#9F4DED

Color #9F4DED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9F4DED

Tints of Blue Violet #9F4DED

Color information

#9F4DED (or 0x9F4DED) is unknown color: approx Blue Violet. HEX triplet: 9F, 4D and ED. RGB value is (159,77,237). Sum of RGB (Red+Green+Blue) = 159+77+237=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4DED is #60B212. Grayscale: #777777. Windows color (decimal): -6337043 or 15551903. OLE color: 15551903.

HSL color Cylindrical-coordinate representation of color #9F4DED: hue angle of 270.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4DED is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15977237-
CMYK0.330.6800.07
HSL270.75º81.63%61.57%-
HSV(B)270.75º67.51%92.94%-
XYZ32.2418.7982.05-
YUV119.76194.17155.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 77 (30.47% from 255) = 16.28%
BLUE value IS 237 (92.97% from 255) = 50.11%
R=33.62%
G=16.28%
B=50.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal159772370.330.6800.07270.7581.6361.57
Hex9F4DED21440710f523e
Octal237115355411040741712276
Binary10011111100110111101101100001100010001111000011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4DED; }

 p { color: rgb(159,77,237); }

 H1.HeaderClassName
 {
   color: #9F4DED;
 }
 .AnyTagClassName
 {
   color: #9F4DED;
 }
</style>
background-color css

<style>
 a { background-color: #9F4DED; }

 a { background-color: rgb(159,77,237); }

 div.DivClassName
 {
   background-color: #9F4DED;
 }
 .BgClassName
 {
   background-color: #9F4DED;
 }
</style>
border-color css

<style>
 span { border-color: #9F4DED; }

 span { border-color: rgb(159,77,237); }

 td.TdClassName
 {
   border-color: #9F4DED;
 }
 .TagClassName
 {
   border-color: #9F4DED;
 }
</style>