Html Css Color HEX #9F11DF Dark Violet

📋 copy color: '#9F11DF'

red 159 ◦ green 17 ◦ blue 223

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

Shades of Dark Violet #9F11DF

Tints of Dark Violet #9F11DF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.26%

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

R = 39.85%
G = 4.26%
B = 55.89%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F11DF (or 0x9F11DF) is known color: Dark Violet. HEX triplet: 9F, 11 and DF. RGB value is (159,17,223). Sum of RGB (Red+Green+Blue) = 159+17+223=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F11DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F11DF is #60EE20. Grayscale: #525252. Windows color (decimal): -6352417 or 14619039. OLE color: 14619039.

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

Color convert

RGB 159 17 223 -
CMYK 0.29 0.92 0 0.13
HSL 281.36º 0.86% 0.47% -
HSV(B) 281.36º 0.92% 0.87% -
XYZ 27.82 13.1 70.87 -
YUV 82.94 207.04 182.25 -
System Red Green Blue C M Y K H S L
Decimal 159 17 223 0.29 0.92 0 0.13 281.36 0.86 0.47
Hex 9F 11 DF 1D 5C 0 D 119 56 2F
Octal 237 21 337 35 134 0 15 431 126 57
Binary 10011111 10001 11011111 11101 1011100 0 1101 100011001 1010110 101111

Color Harmonies of #9F11DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F11DF

Black with #9F11DF

Text Example


Text Example

White with #9F11DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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