#8831D2

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

Shades of Blue Violet #8831D2

Tints of Blue Violet #8831D2

Color information

#8831D2 (or 0x8831D2) is unknown color: approx Blue Violet. HEX triplet: 88, 31 and D2. RGB value is (136,49,210). Sum of RGB (Red+Green+Blue) = 136+49+210=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #8831D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8831D2 is #77CE2D. Grayscale: #5C5C5C. Windows color (decimal): -7851566 or 13775240. OLE color: 13775240.

HSL color Cylindrical-coordinate representation of color #8831D2: hue angle of 272.42º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8831D2 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13649210-
CMYK0.350.7700.18
HSL272.42º64.14%50.78%-
HSV(B)272.42º76.67%82.35%-
XYZ22.8812.0862.1-
YUV93.37193.82158.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 49 (19.53% from 255) = 12.41%
BLUE value IS 210 (82.42% from 255) = 53.16%
R=34.43%
G=12.41%
B=53.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136492100.350.7700.18272.4264.1450.78
Hex8831D2234D0121104033
Octal210613224311502242010063
Binary100010001100011101001010001110011010100101000100001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8831D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8831D2; }

 p { color: rgb(136,49,210); }

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

<style>
 a { background-color: #8831D2; }

 a { background-color: rgb(136,49,210); }

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

<style>
 span { border-color: #8831D2; }

 span { border-color: rgb(136,49,210); }

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