Html Css Color HEX #9F19DC Dark Violet

📋 copy color: '#9F19DC'

red 159 ◦ green 25 ◦ blue 220

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

Shades of Dark Violet #9F19DC

Tints of Dark Violet #9F19DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.46%

R = 39.36%
G = 6.19%
B = 54.46%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F19DC (or 0x9F19DC) is known color: Dark Violet. HEX triplet: 9F, 19 and DC. RGB value is (159,25,220). Sum of RGB (Red+Green+Blue) = 159+25+220=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F19DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19DC is #60E623. Grayscale: #565656. Windows color (decimal): -6350372 or 14424479. OLE color: 14424479.

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

Color convert

RGB 159 25 220 -
CMYK 0.28 0.89 0 0.14
HSL 281.23º 0.8% 0.48% -
HSV(B) 281.23º 0.89% 0.86% -
XYZ 27.56 13.23 68.81 -
YUV 87.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 159 25 220 0.28 0.89 0 0.14 281.23 0.8 0.48
Hex 9F 19 DC 1C 59 0 E 119 50 30
Octal 237 31 334 34 131 0 16 431 120 60
Binary 10011111 11001 11011100 11100 1011001 0 1110 100011001 1010000 110000

Color Harmonies of #9F19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19DC

Black with #9F19DC

Text Example


Text Example

White with #9F19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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