Html Css Color HEX #8520CD Blue Violet

📋 copy color: '#8520CD'

red 133 ◦ green 32 ◦ blue 205

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

Shades of Blue Violet #8520CD

Tints of Blue Violet #8520CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.41%

R = 35.95%
G = 8.65%
B = 55.41%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8520CD (or 0x8520CD) is known color: Blue Violet. HEX triplet: 85, 20 and CD. RGB value is (133,32,205). Sum of RGB (Red+Green+Blue) = 133+32+205=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #8520CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520CD is #7ADF32. Grayscale: #515151. Windows color (decimal): -8052531 or 13443205. OLE color: 13443205.

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

Color convert

RGB 133 32 205 -
CMYK 0.35 0.84 0 0.20
HSL 275.03º 0.73% 0.46% -
HSV(B) 275.03º 0.84% 0.8% -
XYZ 21.21 10.43 58.65 -
YUV 81.92 197.46 164.43 -
System Red Green Blue C M Y K H S L
Decimal 133 32 205 0.35 0.84 0 0.20 275.03 0.73 0.46
Hex 85 20 CD 23 54 0 14 113 49 2E
Octal 205 40 315 43 124 0 24 423 111 56
Binary 10000101 100000 11001101 100011 1010100 0 10100 100010011 1001001 101110

Color Harmonies of #8520CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8520CD

Black with #8520CD

Text Example


Text Example

White with #8520CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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