#8815DA

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

Shades of Blue Violet #8815DA

Tints of Blue Violet #8815DA

Color information

#8815DA (or 0x8815DA) is unknown color: approx Blue Violet. HEX triplet: 88, 15 and DA. RGB value is (136,21,218). Sum of RGB (Red+Green+Blue) = 136+21+218=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #8815DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8815DA is #77EA25. Grayscale: #4D4D4D. Windows color (decimal): -7858726 or 14292360. OLE color: 14292360.

HSL color Cylindrical-coordinate representation of color #8815DA: hue angle of 275.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8815DA is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13621218-
CMYK0.380.9000.15
HSL275.03º82.43%46.86%-
HSV(B)275.03º90.37%85.49%-
XYZ23.0810.8367.2-
YUV77.84207.1169.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 21 (8.59% from 255) = 5.6%
BLUE value IS 218 (85.55% from 255) = 58.13%
R=36.27%
G=5.6%
B=58.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal136212180.380.9000.15275.0382.4346.86
Hex8815DA265A0F113522f
Octal210253324613201742312257
Binary1000100010101110110101001101011010011111000100111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8815DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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