Html Css Color HEX #9F11BE Dark Violet

📋 copy color: '#9F11BE'

red 159 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #9F11BE

Tints of Dark Violet #9F11BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 43.44%
G = 4.64%
B = 51.91%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F11BE (or 0x9F11BE) is known color: Dark Violet. HEX triplet: 9F, 11 and BE. RGB value is (159,17,190). Sum of RGB (Red+Green+Blue) = 159+17+190=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F11BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F11BE is #60EE41. Grayscale: #4E4E4E. Windows color (decimal): -6352450 or 12456351. OLE color: 12456351.

HSL color Cylindrical-coordinate representation of color #9F11BE: hue angle of 289.25º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F11BE is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 17 190 -
CMYK 0.16 0.91 0 0.25
HSL 289.25º 0.84% 0.41% -
HSV(B) 289.25º 0.91% 0.75% -
XYZ 23.79 11.49 49.68 -
YUV 79.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 159 17 190 0.16 0.91 0 0.25 289.25 0.84 0.41
Hex 9F 11 BE 10 5B 0 19 121 54 29
Octal 237 21 276 20 133 0 31 441 124 51
Binary 10011111 10001 10111110 10000 1011011 0 11001 100100001 1010100 101001

Color Harmonies of #9F11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F11BE

Black with #9F11BE

Text Example


Text Example

White with #9F11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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