Html Css Color HEX #9F18CE Dark Violet

📋 copy color: '#9F18CE'

red 159 ◦ green 24 ◦ blue 206

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

Shades of Dark Violet #9F18CE

Tints of Dark Violet #9F18CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.17%

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

R = 40.87%
G = 6.17%
B = 52.96%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F18CE (or 0x9F18CE) is known color: Dark Violet. HEX triplet: 9F, 18 and CE. RGB value is (159,24,206). Sum of RGB (Red+Green+Blue) = 159+24+206=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F18CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18CE is #60E731. Grayscale: #545454. Windows color (decimal): -6350642 or 13506719. OLE color: 13506719.

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

Color convert

RGB 159 24 206 -
CMYK 0.23 0.88 0 0.19
HSL 284.51º 0.79% 0.45% -
HSV(B) 284.51º 0.88% 0.81% -
XYZ 25.77 12.48 59.44 -
YUV 85.11 196.23 180.7 -
System Red Green Blue C M Y K H S L
Decimal 159 24 206 0.23 0.88 0 0.19 284.51 0.79 0.45
Hex 9F 18 CE 17 58 0 13 11D 4F 2D
Octal 237 30 316 27 130 0 23 435 117 55
Binary 10011111 11000 11001110 10111 1011000 0 10011 100011101 1001111 101101

Color Harmonies of #9F18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F18CE

Black with #9F18CE

Text Example


Text Example

White with #9F18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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