Html Css Color HEX #8915DC Blue Violet

📋 copy color: '#8915DC'

red 137 ◦ green 21 ◦ blue 220

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

Shades of Blue Violet #8915DC

Tints of Blue Violet #8915DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 36.24%
G = 5.56%
B = 58.2%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8915DC (or 0x8915DC) is known color: Blue Violet. HEX triplet: 89, 15 and DC. RGB value is (137,21,220). Sum of RGB (Red+Green+Blue) = 137+21+220=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #8915DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915DC is #76EA23. Grayscale: #4D4D4D. Windows color (decimal): -7793188 or 14423433. OLE color: 14423433.

HSL color Cylindrical-coordinate representation of color #8915DC: hue angle of 274.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8915DC is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 21 220 -
CMYK 0.38 0.90 0 0.14
HSL 274.97º 0.83% 0.47% -
HSV(B) 274.97º 0.9% 0.86% -
XYZ 23.5 11.02 68.6 -
YUV 78.37 207.93 169.82 -
System Red Green Blue C M Y K H S L
Decimal 137 21 220 0.38 0.90 0 0.14 274.97 0.83 0.47
Hex 89 15 DC 26 5A 0 E 113 53 2F
Octal 211 25 334 46 132 0 16 423 123 57
Binary 10001001 10101 11011100 100110 1011010 0 1110 100010011 1010011 101111

Color Harmonies of #8915DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915DC

Black with #8915DC

Text Example


Text Example

White with #8915DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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