Html Css Color HEX #8520CB Blue Violet

📋 copy color: '#8520CB'

red 133 ◦ green 32 ◦ blue 203

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

Shades of Blue Violet #8520CB

Tints of Blue Violet #8520CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.16%

R = 36.14%
G = 8.7%
B = 55.16%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8520CB (or 0x8520CB) is known color: Blue Violet. HEX triplet: 85, 20 and CB. RGB value is (133,32,203). Sum of RGB (Red+Green+Blue) = 133+32+203=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #8520CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520CB is #7ADF34. Grayscale: #515151. Windows color (decimal): -8052533 or 13312133. OLE color: 13312133.

HSL color Cylindrical-coordinate representation of color #8520CB: hue angle of 275.44º 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 #8520CB is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 32 203 -
CMYK 0.34 0.84 0 0.20
HSL 275.44º 0.73% 0.46% -
HSV(B) 275.44º 0.84% 0.8% -
XYZ 20.97 10.33 57.39 -
YUV 81.69 196.46 164.6 -
System Red Green Blue C M Y K H S L
Decimal 133 32 203 0.34 0.84 0 0.20 275.44 0.73 0.46
Hex 85 20 CB 22 54 0 14 113 49 2E
Octal 205 40 313 42 124 0 24 423 111 56
Binary 10000101 100000 11001011 100010 1010100 0 10100 100010011 1001001 101110

Color Harmonies of #8520CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8520CB

Black with #8520CB

Text Example


Text Example

White with #8520CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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