Html Css Color HEX #9F11B4 Dark Violet

📋 copy color: '#9F11B4'

red 159 ◦ green 17 ◦ blue 180

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

Shades of Dark Violet #9F11B4

Tints of Dark Violet #9F11B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.56%

R = 44.66%
G = 4.78%
B = 50.56%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9F11B4 (or 0x9F11B4) is known color: Dark Violet. HEX triplet: 9F, 11 and B4. RGB value is (159,17,180). Sum of RGB (Red+Green+Blue) = 159+17+180=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F11B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F11B4 is #60EE4B. Grayscale: #4D4D4D. Windows color (decimal): -6352460 or 11800991. OLE color: 11800991.

HSL color Cylindrical-coordinate representation of color #9F11B4: hue angle of 292.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F11B4 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 17 180 -
CMYK 0.12 0.91 0 0.29
HSL 292.27º 0.83% 0.39% -
HSV(B) 292.27º 0.91% 0.71% -
XYZ 22.74 11.07 44.12 -
YUV 78.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 159 17 180 0.12 0.91 0 0.29 292.27 0.83 0.39
Hex 9F 11 B4 C 5B 0 1D 124 53 27
Octal 237 21 264 14 133 0 35 444 123 47
Binary 10011111 10001 10110100 1100 1011011 0 11101 100100100 1010011 100111

Color Harmonies of #9F11B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F11B4

Black with #9F11B4

Text Example


Text Example

White with #9F11B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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