#8536CE

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

Shades of Blue Violet #8536CE

Tints of Blue Violet #8536CE

Color information

#8536CE (or 0x8536CE) is unknown color: approx Blue Violet. HEX triplet: 85, 36 and CE. RGB value is (133,54,206). Sum of RGB (Red+Green+Blue) = 133+54+206=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #8536CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8536CE is #7AC931. Grayscale: #5E5E5E. Windows color (decimal): -8046898 or 13514373. OLE color: 13514373.

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

Color convert

RGB13354206-
CMYK0.350.7400.19
HSL271.18º60.8%50.98%-
HSV(B)271.18º73.79%80.78%-
XYZ22.1312.0859.56-
YUV94.95190.67155.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=33.84%
G=13.74%
B=52.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133542060.350.7400.19271.1860.850.98
Hex8536CE234A01310f3d33
Octal20566316431120234177563
Binary10000101110110110011101000111001010010011100001111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8536CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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