Html Css Color HEX #8520CA Blue Violet

📋 copy color: '#8520CA'

red 133 ◦ green 32 ◦ blue 202

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

Shades of Blue Violet #8520CA

Tints of Blue Violet #8520CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.04%

R = 36.24%
G = 8.72%
B = 55.04%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8520CA (or 0x8520CA) is known color: Blue Violet. HEX triplet: 85, 20 and CA. RGB value is (133,32,202). Sum of RGB (Red+Green+Blue) = 133+32+202=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #8520CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520CA is #7ADF35. Grayscale: #515151. Windows color (decimal): -8052534 or 13246597. OLE color: 13246597.

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

Color convert

RGB 133 32 202 -
CMYK 0.34 0.84 0 0.21
HSL 275.65º 0.73% 0.46% -
HSV(B) 275.65º 0.84% 0.79% -
XYZ 20.85 10.28 56.76 -
YUV 81.58 195.96 164.68 -
System Red Green Blue C M Y K H S L
Decimal 133 32 202 0.34 0.84 0 0.21 275.65 0.73 0.46
Hex 85 20 CA 22 54 0 15 114 49 2E
Octal 205 40 312 42 124 0 25 424 111 56
Binary 10000101 100000 11001010 100010 1010100 0 10101 100010100 1001001 101110

Color Harmonies of #8520CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8520CA

Black with #8520CA

Text Example


Text Example

White with #8520CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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