Html Css Color HEX #8915BE Dark Violet

📋 copy color: '#8915BE'

red 137 ◦ green 21 ◦ blue 190

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

Shades of Dark Violet #8915BE

Tints of Dark Violet #8915BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.03%

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

R = 39.37%
G = 6.03%
B = 54.6%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8915BE (or 0x8915BE) is known color: Dark Violet. HEX triplet: 89, 15 and BE. RGB value is (137,21,190). Sum of RGB (Red+Green+Blue) = 137+21+190=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #8915BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915BE is #76EA41. Grayscale: #4A4A4A. Windows color (decimal): -7793218 or 12457353. OLE color: 12457353.

HSL color Cylindrical-coordinate representation of color #8915BE: hue angle of 281.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8915BE is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 21 190 -
CMYK 0.28 0.89 0 0.25
HSL 281.18º 0.8% 0.41% -
HSV(B) 281.18º 0.89% 0.75% -
XYZ 19.88 9.57 49.52 -
YUV 74.95 192.93 172.26 -
System Red Green Blue C M Y K H S L
Decimal 137 21 190 0.28 0.89 0 0.25 281.18 0.8 0.41
Hex 89 15 BE 1C 59 0 19 119 50 29
Octal 211 25 276 34 131 0 31 431 120 51
Binary 10001001 10101 10111110 11100 1011001 0 11001 100011001 1010000 101001

Color Harmonies of #8915BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915BE

Black with #8915BE

Text Example


Text Example

White with #8915BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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