Html Css Color HEX #9112BE Dark Violet

📋 copy color: '#9112BE'

red 145 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #9112BE

Tints of Dark Violet #9112BE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

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

R = 41.08%
G = 5.1%
B = 53.82%

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

#9112BE (or 0x9112BE) is known color: Dark Violet. HEX triplet: 91, 12 and BE. RGB value is (145,18,190). Sum of RGB (Red+Green+Blue) = 145+18+190=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #9112BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9112BE is #6EED41. Grayscale: #4B4B4B. Windows color (decimal): -7269698 or 12456593. OLE color: 12456593.

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

Color convert

RGB 145 18 190 -
CMYK 0.24 0.91 0 0.25
HSL 284.3º 0.83% 0.41% -
HSV(B) 284.3º 0.91% 0.75% -
XYZ 21.19 10.17 49.56 -
YUV 75.58 192.58 177.51 -
System Red Green Blue C M Y K H S L
Decimal 145 18 190 0.24 0.91 0 0.25 284.3 0.83 0.41
Hex 91 12 BE 18 5B 0 19 11C 53 29
Octal 221 22 276 30 133 0 31 434 123 51
Binary 10010001 10010 10111110 11000 1011011 0 11001 100011100 1010011 101001

Color Harmonies of #9112BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9112BE

Black with #9112BE

Text Example


Text Example

White with #9112BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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