#8827DE

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

Shades of Blue Violet #8827DE

Tints of Blue Violet #8827DE

Color information

#8827DE (or 0x8827DE) is unknown color: approx Blue Violet. HEX triplet: 88, 27 and DE. RGB value is (136,39,222). Sum of RGB (Red+Green+Blue) = 136+39+222=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #8827DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8827DE is #77D821. Grayscale: #585858. Windows color (decimal): -7854114 or 14559112. OLE color: 14559112.

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

Color convert

RGB13639222-
CMYK0.390.8200.13
HSL271.8º73.49%51.18%-
HSV(B)271.8º82.43%87.06%-
XYZ24.0611.9670.15-
YUV88.86203.14161.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 39 (15.62% from 255) = 9.82%
BLUE value IS 222 (87.11% from 255) = 55.92%
R=34.26%
G=9.82%
B=55.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136392220.390.8200.13271.873.4951.18
Hex8827DE27520D1104933
Octal210473364712201542011163
Binary10001000100111110111101001111010010011011000100001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8827DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8827DE; }

 p { color: rgb(136,39,222); }

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

<style>
 a { background-color: #8827DE; }

 a { background-color: rgb(136,39,222); }

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

<style>
 span { border-color: #8827DE; }

 span { border-color: rgb(136,39,222); }

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