Html Css Color HEX #9F19DF Dark Violet

📋 copy color: '#9F19DF'

red 159 ◦ green 25 ◦ blue 223

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

Shades of Dark Violet #9F19DF

Tints of Dark Violet #9F19DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 39.07%
G = 6.14%
B = 54.79%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F19DF (or 0x9F19DF) is known color: Dark Violet. HEX triplet: 9F, 19 and DF. RGB value is (159,25,223). Sum of RGB (Red+Green+Blue) = 159+25+223=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F19DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19DF is #60E620. Grayscale: #565656. Windows color (decimal): -6350369 or 14621087. OLE color: 14621087.

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

Color convert

RGB 159 25 223 -
CMYK 0.29 0.89 0 0.13
HSL 280.61º 0.8% 0.49% -
HSV(B) 280.61º 0.89% 0.87% -
XYZ 27.96 13.39 70.92 -
YUV 87.64 204.39 178.9 -
System Red Green Blue C M Y K H S L
Decimal 159 25 223 0.29 0.89 0 0.13 280.61 0.8 0.49
Hex 9F 19 DF 1D 59 0 D 119 50 31
Octal 237 31 337 35 131 0 15 431 120 61
Binary 10011111 11001 11011111 11101 1011001 0 1101 100011001 1010000 110001

Color Harmonies of #9F19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19DF

Black with #9F19DF

Text Example


Text Example

White with #9F19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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