Html Css Color HEX #9F01CE Dark Violet

📋 copy color: '#9F01CE'

red 159 ◦ green 1 ◦ blue 206

#9F01CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9F01CE

Tints of Dark Violet #9F01CE

RGB

 RED value IS 159 (62.5% from 255) = 43.44%

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 43.44%
G = 0.27%
B = 56.28%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F01CE (or 0x9F01CE) is known color: Dark Violet. HEX triplet: 9F, 01 and CE. RGB value is (159,1,206). Sum of RGB (Red+Green+Blue) = 159+1+206=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F01CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01CE is #60FE31. Grayscale: #464646. Windows color (decimal): -6356530 or 13500831. OLE color: 13500831.

HSL color Cylindrical-coordinate representation of color #9F01CE: hue angle of 286.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F01CE is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 1 206 -
CMYK 0.23 1.00 0 0.19
HSL 286.24º 0.99% 0.41% -
HSV(B) 286.24º 1% 0.81% -
XYZ 25.45 11.85 59.34 -
YUV 71.61 203.85 190.33 -
System Red Green Blue C M Y K H S L
Decimal 159 1 206 0.23 1.00 0 0.19 286.24 0.99 0.41
Hex 9F 1 CE 17 64 0 13 11E 63 29
Octal 237 1 316 27 144 0 23 436 143 51
Binary 10011111 1 11001110 10111 1100100 0 10011 100011110 1100011 101001

Color Harmonies of #9F01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F01CE

Black with #9F01CE

Text Example


Text Example

White with #9F01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,206); }

 H1.HeaderClassName
 {
   color: #9F01CE;
 }
 .AnyTagClassName
 {
   color: #9F01CE;
 }
</style>

background-color css

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

 a { background-color: rgb(159,1,206); }

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

border-color css

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

 span { border-color: rgb(159,1,206); }

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