Html Css Color HEX #8520CC Blue Violet

📋 copy color: '#8520CC'

red 133 ◦ green 32 ◦ blue 204

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

Shades of Blue Violet #8520CC

Tints of Blue Violet #8520CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 36.04%
G = 8.67%
B = 55.28%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8520CC (or 0x8520CC) is known color: Blue Violet. HEX triplet: 85, 20 and CC. RGB value is (133,32,204). Sum of RGB (Red+Green+Blue) = 133+32+204=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #8520CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520CC is #7ADF33. Grayscale: #515151. Windows color (decimal): -8052532 or 13377669. OLE color: 13377669.

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

Color convert

RGB 133 32 204 -
CMYK 0.35 0.84 0 0.2
HSL 275.23º 0.73% 0.46% -
HSV(B) 275.23º 0.84% 0.8% -
XYZ 21.09 10.38 58.02 -
YUV 81.81 196.96 164.51 -
System Red Green Blue C M Y K H S L
Decimal 133 32 204 0.35 0.84 0 0.2 275.23 0.73 0.46
Hex 85 20 CC 23 54 0 14 113 49 2E
Octal 205 40 314 43 124 0 24 423 111 56
Binary 10000101 100000 11001100 100011 1010100 0 10100 100010011 1001001 101110

Color Harmonies of #8520CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8520CC

Black with #8520CC

Text Example


Text Example

White with #8520CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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