#8532CE

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

Shades of Blue Violet #8532CE

Tints of Blue Violet #8532CE

Color information

#8532CE (or 0x8532CE) is unknown color: approx Blue Violet. HEX triplet: 85, 32 and CE. RGB value is (133,50,206). Sum of RGB (Red+Green+Blue) = 133+50+206=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #8532CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532CE is #7ACD31. Grayscale: #5C5C5C. Windows color (decimal): -8047922 or 13513349. OLE color: 13513349.

HSL color Cylindrical-coordinate representation of color #8532CE: hue angle of 271.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8532CE is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13350206-
CMYK0.350.7600.19
HSL271.92º61.42%50.2%-
HSV(B)271.92º75.73%80.78%-
XYZ21.9511.7259.5-
YUV92.6192156.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 50 (19.92% from 255) = 12.85%
BLUE value IS 206 (80.86% from 255) = 52.96%
R=34.19%
G=12.85%
B=52.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133502060.350.7600.19271.9261.4250.2
Hex8532CE234C0131103d32
Octal20562316431140234207562
Binary10000101110010110011101000111001100010011100010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8532CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8532CE; }

 p { color: rgb(133,50,206); }

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

<style>
 a { background-color: #8532CE; }

 a { background-color: rgb(133,50,206); }

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

<style>
 span { border-color: #8532CE; }

 span { border-color: rgb(133,50,206); }

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