Html Css Color HEX #9F19DB Dark Violet

📋 copy color: '#9F19DB'

red 159 ◦ green 25 ◦ blue 219

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

Shades of Dark Violet #9F19DB

Tints of Dark Violet #9F19DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.34%

R = 39.45%
G = 6.2%
B = 54.34%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F19DB (or 0x9F19DB) is known color: Dark Violet. HEX triplet: 9F, 19 and DB. RGB value is (159,25,219). Sum of RGB (Red+Green+Blue) = 159+25+219=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19DB is #60E624. Grayscale: #565656. Windows color (decimal): -6350373 or 14358943. OLE color: 14358943.

HSL color Cylindrical-coordinate representation of color #9F19DB: hue angle of 281.44º 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 #9F19DB is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 25 219 -
CMYK 0.27 0.89 0 0.14
HSL 281.44º 0.8% 0.48% -
HSV(B) 281.44º 0.89% 0.86% -
XYZ 27.43 13.18 68.12 -
YUV 87.18 202.39 179.23 -
System Red Green Blue C M Y K H S L
Decimal 159 25 219 0.27 0.89 0 0.14 281.44 0.8 0.48
Hex 9F 19 DB 1B 59 0 E 119 50 30
Octal 237 31 333 33 131 0 16 431 120 60
Binary 10011111 11001 11011011 11011 1011001 0 1110 100011001 1010000 110000

Color Harmonies of #9F19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19DB

Black with #9F19DB

Text Example


Text Example

White with #9F19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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