Html Css Color HEX #8911BE Dark Violet

📋 copy color: '#8911BE'

red 137 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #8911BE

Tints of Dark Violet #8911BE

RGB

 RED value IS 137 (53.91% from 255) = 39.83%

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

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

R = 39.83%
G = 4.94%
B = 55.23%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8911BE (or 0x8911BE) is known color: Dark Violet. HEX triplet: 89, 11 and BE. RGB value is (137,17,190). Sum of RGB (Red+Green+Blue) = 137+17+190=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #8911BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911BE is #76EE41. Grayscale: #484848. Windows color (decimal): -7794242 or 12456329. OLE color: 12456329.

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

Color convert

RGB 137 17 190 -
CMYK 0.28 0.91 0 0.25
HSL 281.62º 0.84% 0.41% -
HSV(B) 281.62º 0.91% 0.75% -
XYZ 19.81 9.44 49.49 -
YUV 72.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 137 17 190 0.28 0.91 0 0.25 281.62 0.84 0.41
Hex 89 11 BE 1C 5B 0 19 11A 54 29
Octal 211 21 276 34 133 0 31 432 124 51
Binary 10001001 10001 10111110 11100 1011011 0 11001 100011010 1010100 101001

Color Harmonies of #8911BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8911BE

Black with #8911BE

Text Example


Text Example

White with #8911BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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