#8832D1

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

Shades of Blue Violet #8832D1

Tints of Blue Violet #8832D1

Color information

#8832D1 (or 0x8832D1) is unknown color: approx Blue Violet. HEX triplet: 88, 32 and D1. RGB value is (136,50,209). Sum of RGB (Red+Green+Blue) = 136+50+209=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #8832D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832D1 is #77CD2E. Grayscale: #5D5D5D. Windows color (decimal): -7851311 or 13709960. OLE color: 13709960.

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

Color convert

RGB13650209-
CMYK0.350.7600.18
HSL272.45º63.35%50.78%-
HSV(B)272.45º76.08%81.96%-
XYZ22.812.1261.46-
YUV93.84192.99158.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 209 (82.03% from 255) = 52.91%
R=34.43%
G=12.66%
B=52.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136502090.350.7600.18272.4563.3550.78
Hex8832D1234C0121103f33
Octal21062321431140224207763
Binary10001000110010110100011000111001100010010100010000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8832D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8832D1; }

 p { color: rgb(136,50,209); }

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

<style>
 a { background-color: #8832D1; }

 a { background-color: rgb(136,50,209); }

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

<style>
 span { border-color: #8832D1; }

 span { border-color: rgb(136,50,209); }

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