Html Css Color HEX #9111C0 Dark Violet

📋 copy color: '#9111C0'

red 145 ◦ green 17 ◦ blue 192

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

Shades of Dark Violet #9111C0

Tints of Dark Violet #9111C0

RGB

 RED value IS 145 (57.03% from 255) = 40.96%

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

 BLUE value IS 192 (75.39% from 255) = 54.24%

R = 40.96%
G = 4.8%
B = 54.24%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9111C0 (or 0x9111C0) is known color: Dark Violet. HEX triplet: 91, 11 and C0. RGB value is (145,17,192). Sum of RGB (Red+Green+Blue) = 145+17+192=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #9111C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9111C0 is #6EEE3F. Grayscale: #4A4A4A. Windows color (decimal): -7269952 or 12587409. OLE color: 12587409.

HSL color Cylindrical-coordinate representation of color #9111C0: hue angle of 283.89º 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 #9111C0 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 17 192 -
CMYK 0.24 0.91 0 0.25
HSL 283.89º 0.84% 0.41% -
HSV(B) 283.89º 0.91% 0.75% -
XYZ 21.39 10.23 50.72 -
YUV 75.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 145 17 192 0.24 0.91 0 0.25 283.89 0.84 0.41
Hex 91 11 C0 18 5B 0 19 11C 54 29
Octal 221 21 300 30 133 0 31 434 124 51
Binary 10010001 10001 11000000 11000 1011011 0 11001 100011100 1010100 101001

Color Harmonies of #9111C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9111C0

Black with #9111C0

Text Example


Text Example

White with #9111C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9111C0; }

 p { color: rgb(145,17,192); }

 H1.HeaderClassName
 {
   color: #9111C0;
 }
 .AnyTagClassName
 {
   color: #9111C0;
 }
</style>

background-color css

<style>
 a { background-color: #9111C0; }

 a { background-color: rgb(145,17,192); }

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

border-color css

<style>
 span { border-color: #9111C0; }

 span { border-color: rgb(145,17,192); }

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