Html Css Color HEX #9111BE Dark Violet

📋 copy color: '#9111BE'

red 145 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #9111BE

Tints of Dark Violet #9111BE

RGB

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

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

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

R = 41.19%
G = 4.83%
B = 53.98%

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

#9111BE (or 0x9111BE) is known color: Dark Violet. HEX triplet: 91, 11 and BE. RGB value is (145,17,190). Sum of RGB (Red+Green+Blue) = 145+17+190=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #9111BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9111BE is #6EEE41. Grayscale: #4A4A4A. Windows color (decimal): -7269954 or 12456337. OLE color: 12456337.

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

Color convert

RGB 145 17 190 -
CMYK 0.24 0.91 0 0.25
HSL 284.39º 0.84% 0.41% -
HSV(B) 284.39º 0.91% 0.75% -
XYZ 21.17 10.14 49.56 -
YUV 74.99 192.91 177.93 -
System Red Green Blue C M Y K H S L
Decimal 145 17 190 0.24 0.91 0 0.25 284.39 0.84 0.41
Hex 91 11 BE 18 5B 0 19 11C 54 29
Octal 221 21 276 30 133 0 31 434 124 51
Binary 10010001 10001 10111110 11000 1011011 0 11001 100011100 1010100 101001

Color Harmonies of #9111BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9111BE

Black with #9111BE

Text Example


Text Example

White with #9111BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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