#8824D8

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

Shades of Blue Violet #8824D8

Tints of Blue Violet #8824D8

Color information

#8824D8 (or 0x8824D8) is unknown color: approx Blue Violet. HEX triplet: 88, 24 and D8. RGB value is (136,36,216). Sum of RGB (Red+Green+Blue) = 136+36+216=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 216 (84.77% from 255 or 55.67% from 388); Max value from RGB is 216 - color contains mainly: blue. Hex color #8824D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8824D8 is #77DB27. Grayscale: #555555. Windows color (decimal): -7854888 or 14165128. OLE color: 14165128.

HSL color Cylindrical-coordinate representation of color #8824D8: hue angle of 273.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8824D8 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13636216-
CMYK0.370.8300.15
HSL273.33º71.43%49.41%-
HSV(B)273.33º83.33%84.71%-
XYZ23.1811.4565.95-
YUV86.42201.13163.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 36 (14.45% from 255) = 9.28%
BLUE value IS 216 (84.77% from 255) = 55.67%
R=35.05%
G=9.28%
B=55.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal136362160.370.8300.15273.3371.4349.41
Hex8824D825530F1114731
Octal210443304512301742110761
Binary10001000100100110110001001011010011011111000100011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8824D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8824D8; }

 p { color: rgb(136,36,216); }

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

<style>
 a { background-color: #8824D8; }

 a { background-color: rgb(136,36,216); }

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

<style>
 span { border-color: #8824D8; }

 span { border-color: rgb(136,36,216); }

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