Html Css Color HEX #8536CE Blue Violet

📋 copy color: '#8536CE'

red 133 ◦ green 54 ◦ blue 206

#8536CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8536CE

Tints of Blue Violet #8536CE

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 value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8536CE (or 0x8536CE) is known color: 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

RGB 133 54 206 -
CMYK 0.35 0.74 0 0.19
HSL 271.18º 0.61% 0.51% -
HSV(B) 271.18º 0.74% 0.81% -
XYZ 22.13 12.08 59.56 -
YUV 94.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 133 54 206 0.35 0.74 0 0.19 271.18 0.61 0.51
Hex 85 36 CE 23 4A 0 13 10F 3D 33
Octal 205 66 316 43 112 0 23 417 75 63
Binary 10000101 110110 11001110 100011 1001010 0 10011 100001111 111101 110011

Color Harmonies of #8536CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8536CE

Black with #8536CE

Text Example


Text Example

White with #8536CE

Text Example


Text Example

HTML Codes & Css Web 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>