Html Css Color HEX #8520CE Blue Violet

📋 copy color: '#8520CE'

red 133 ◦ green 32 ◦ blue 206

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

Shades of Blue Violet #8520CE

Tints of Blue Violet #8520CE

RGB

 RED value IS 133 (52.34% from 255) = 35.85%

 GREEN value IS 32 (12.89% from 255) = 8.63%

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 35.85%
G = 8.63%
B = 55.53%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8520CE (or 0x8520CE) is known color: Blue Violet. HEX triplet: 85, 20 and CE. RGB value is (133,32,206). Sum of RGB (Red+Green+Blue) = 133+32+206=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #8520CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520CE is #7ADF31. Grayscale: #515151. Windows color (decimal): -8052530 or 13508741. OLE color: 13508741.

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

Color convert

RGB 133 32 206 -
CMYK 0.35 0.84 0 0.19
HSL 274.83º 0.73% 0.47% -
HSV(B) 274.83º 0.84% 0.81% -
XYZ 21.33 10.48 59.29 -
YUV 82.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 133 32 206 0.35 0.84 0 0.19 274.83 0.73 0.47
Hex 85 20 CE 23 54 0 13 113 49 2F
Octal 205 40 316 43 124 0 23 423 111 57
Binary 10000101 100000 11001110 100011 1010100 0 10011 100010011 1001001 101111

Color Harmonies of #8520CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8520CE

Black with #8520CE

Text Example


Text Example

White with #8520CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8520CE;
 }
 .AnyTagClassName
 {
   color: #8520CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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