#8815ED

Color #8815ED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8815ED

Tints of Blue Violet #8815ED

Color information

#8815ED (or 0x8815ED) is unknown color: approx Blue Violet. HEX triplet: 88, 15 and ED. RGB value is (136,21,237). Sum of RGB (Red+Green+Blue) = 136+21+237=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #8815ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8815ED is #77EA12. Grayscale: #4F4F4F. Windows color (decimal): -7858707 or 15537544. OLE color: 15537544.

HSL color Cylindrical-coordinate representation of color #8815ED: hue angle of 271.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8815ED is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13621237-
CMYK0.430.9100.07
HSL271.94º85.71%50.59%-
HSV(B)271.94º91.14%92.94%-
XYZ25.7111.8881.06-
YUV80.01216.6167.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.52%
GREEN value IS 21 (8.59% from 255) = 5.33%
BLUE value IS 237 (92.97% from 255) = 60.15%
R=34.52%
G=5.33%
B=60.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal136212370.430.9100.07271.9485.7150.59
Hex8815ED2B5B071105633
Octal21025355531330742012663
Binary100010001010111101101101011101101101111000100001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8815ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8815ED; }

 p { color: rgb(136,21,237); }

 H1.HeaderClassName
 {
   color: #8815ED;
 }
 .AnyTagClassName
 {
   color: #8815ED;
 }
</style>
background-color css

<style>
 a { background-color: #8815ED; }

 a { background-color: rgb(136,21,237); }

 div.DivClassName
 {
   background-color: #8815ED;
 }
 .BgClassName
 {
   background-color: #8815ED;
 }
</style>
border-color css

<style>
 span { border-color: #8815ED; }

 span { border-color: rgb(136,21,237); }

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