Html Css Color HEX #8915C8 Dark Violet

📋 copy color: '#8915C8'

red 137 ◦ green 21 ◦ blue 200

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

Shades of Dark Violet #8915C8

Tints of Dark Violet #8915C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.87%

R = 38.27%
G = 5.87%
B = 55.87%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8915C8 (or 0x8915C8) is known color: Dark Violet. HEX triplet: 89, 15 and C8. RGB value is (137,21,200). Sum of RGB (Red+Green+Blue) = 137+21+200=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 200 (78.52% from 255 or 55.87% from 358); Max value from RGB is 200 - color contains mainly: blue. Hex color #8915C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915C8 is #76EA37. Grayscale: #4B4B4B. Windows color (decimal): -7793208 or 13112713. OLE color: 13112713.

HSL color Cylindrical-coordinate representation of color #8915C8: hue angle of 278.88º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8915C8 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 21 200 -
CMYK 0.32 0.90 0 0.22
HSL 278.88º 0.81% 0.43% -
HSV(B) 278.88º 0.9% 0.78% -
XYZ 21.01 10.02 55.47 -
YUV 76.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 137 21 200 0.32 0.90 0 0.22 278.88 0.81 0.43
Hex 89 15 C8 20 5A 0 16 117 51 2B
Octal 211 25 310 40 132 0 26 427 121 53
Binary 10001001 10101 11001000 100000 1011010 0 10110 100010111 1010001 101011

Color Harmonies of #8915C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915C8

Black with #8915C8

Text Example


Text Example

White with #8915C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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