#8829DD

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

Shades of Blue Violet #8829DD

Tints of Blue Violet #8829DD

Color information

#8829DD (or 0x8829DD) is unknown color: approx Blue Violet. HEX triplet: 88, 29 and DD. RGB value is (136,41,221). Sum of RGB (Red+Green+Blue) = 136+41+221=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #8829DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829DD is #77D622. Grayscale: #595959. Windows color (decimal): -7853603 or 14494088. OLE color: 14494088.

HSL color Cylindrical-coordinate representation of color #8829DD: hue angle of 271.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8829DD is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13641221-
CMYK0.380.8100.13
HSL271.67º72.58%51.37%-
HSV(B)271.67º81.45%86.67%-
XYZ2412.0469.47-
YUV89.92201.97160.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 41 (16.41% from 255) = 10.30%
BLUE value IS 221 (86.72% from 255) = 55.53%
R=34.17%
G=10.30%
B=55.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136412210.380.8100.13271.6772.5851.37
Hex8829DD26510D1104933
Octal210513354612101542011163
Binary10001000101001110111011001101010001011011000100001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8829DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8829DD; }

 p { color: rgb(136,41,221); }

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

<style>
 a { background-color: #8829DD; }

 a { background-color: rgb(136,41,221); }

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

<style>
 span { border-color: #8829DD; }

 span { border-color: rgb(136,41,221); }

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