Html Css Color HEX #8520CF Blue Violet

📋 copy color: '#8520CF'

red 133 ◦ green 32 ◦ blue 207

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

Shades of Blue Violet #8520CF

Tints of Blue Violet #8520CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.65%

R = 35.75%
G = 8.6%
B = 55.65%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8520CF (or 0x8520CF) is known color: Blue Violet. HEX triplet: 85, 20 and CF. RGB value is (133,32,207). Sum of RGB (Red+Green+Blue) = 133+32+207=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #8520CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520CF is #7ADF30. Grayscale: #515151. Windows color (decimal): -8052529 or 13574277. OLE color: 13574277.

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

Color convert

RGB 133 32 207 -
CMYK 0.36 0.85 0 0.19
HSL 274.63º 0.73% 0.47% -
HSV(B) 274.63º 0.85% 0.81% -
XYZ 21.45 10.52 59.93 -
YUV 82.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 133 32 207 0.36 0.85 0 0.19 274.63 0.73 0.47
Hex 85 20 CF 24 55 0 13 113 49 2F
Octal 205 40 317 44 125 0 23 423 111 57
Binary 10000101 100000 11001111 100100 1010101 0 10011 100010011 1001001 101111

Color Harmonies of #8520CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8520CF

Black with #8520CF

Text Example


Text Example

White with #8520CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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