Html Css Color HEX #9F10CE Dark Violet

📋 copy color: '#9F10CE'

red 159 ◦ green 16 ◦ blue 206

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

Shades of Dark Violet #9F10CE

Tints of Dark Violet #9F10CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

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

R = 41.73%
G = 4.2%
B = 54.07%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F10CE (or 0x9F10CE) is known color: Dark Violet. HEX triplet: 9F, 10 and CE. RGB value is (159,16,206). Sum of RGB (Red+Green+Blue) = 159+16+206=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10CE is #60EF31. Grayscale: #4F4F4F. Windows color (decimal): -6352690 or 13504671. OLE color: 13504671.

HSL color Cylindrical-coordinate representation of color #9F10CE: hue angle of 285.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F10CE is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 16 206 -
CMYK 0.23 0.92 0 0.19
HSL 285.16º 0.86% 0.44% -
HSV(B) 285.16º 0.92% 0.81% -
XYZ 25.62 12.2 59.4 -
YUV 80.42 198.88 184.05 -
System Red Green Blue C M Y K H S L
Decimal 159 16 206 0.23 0.92 0 0.19 285.16 0.86 0.44
Hex 9F 10 CE 17 5C 0 13 11D 56 2C
Octal 237 20 316 27 134 0 23 435 126 54
Binary 10011111 10000 11001110 10111 1011100 0 10011 100011101 1010110 101100

Color Harmonies of #9F10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10CE

Black with #9F10CE

Text Example


Text Example

White with #9F10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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