Html Css Color HEX #9F19DE Dark Violet

📋 copy color: '#9F19DE'

red 159 ◦ green 25 ◦ blue 222

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

Shades of Dark Violet #9F19DE

Tints of Dark Violet #9F19DE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.16%

 BLUE value IS 222 (87.11% from 255) = 54.68%

R = 39.16%
G = 6.16%
B = 54.68%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F19DE (or 0x9F19DE) is known color: Dark Violet. HEX triplet: 9F, 19 and DE. RGB value is (159,25,222). Sum of RGB (Red+Green+Blue) = 159+25+222=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F19DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19DE is #60E621. Grayscale: #565656. Windows color (decimal): -6350370 or 14555551. OLE color: 14555551.

HSL color Cylindrical-coordinate representation of color #9F19DE: hue angle of 280.81º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F19DE is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 25 222 -
CMYK 0.28 0.89 0 0.13
HSL 280.81º 0.8% 0.48% -
HSV(B) 280.81º 0.89% 0.87% -
XYZ 27.83 13.34 70.22 -
YUV 87.52 203.89 178.98 -
System Red Green Blue C M Y K H S L
Decimal 159 25 222 0.28 0.89 0 0.13 280.81 0.8 0.48
Hex 9F 19 DE 1C 59 0 D 119 50 30
Octal 237 31 336 34 131 0 15 431 120 60
Binary 10011111 11001 11011110 11100 1011001 0 1101 100011001 1010000 110000

Color Harmonies of #9F19DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19DE

Black with #9F19DE

Text Example


Text Example

White with #9F19DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,222); }

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

background-color css

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

 a { background-color: rgb(159,25,222); }

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

border-color css

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

 span { border-color: rgb(159,25,222); }

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