Html Css Color HEX #8522EF Blue Violet

📋 copy color: '#8522EF'

red 133 ◦ green 34 ◦ blue 239

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

Shades of Blue Violet #8522EF

Tints of Blue Violet #8522EF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.37%

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 32.76%
G = 8.37%
B = 58.87%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8522EF (or 0x8522EF) is known color: Blue Violet. HEX triplet: 85, 22 and EF. RGB value is (133,34,239). Sum of RGB (Red+Green+Blue) = 133+34+239=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #8522EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8522EF is #7ADD10. Grayscale: #565656. Windows color (decimal): -8051985 or 15671941. OLE color: 15671941.

HSL color Cylindrical-coordinate representation of color #8522EF: hue angle of 268.98º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8522EF is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 34 239 -
CMYK 0.44 0.86 0 0.06
HSL 268.98º 0.86% 0.54% -
HSV(B) 268.98º 0.86% 0.94% -
XYZ 25.82 12.36 82.69 -
YUV 86.97 213.8 160.83 -
System Red Green Blue C M Y K H S L
Decimal 133 34 239 0.44 0.86 0 0.06 268.98 0.86 0.54
Hex 85 22 EF 2C 56 0 6 10D 56 36
Octal 205 42 357 54 126 0 6 415 126 66
Binary 10000101 100010 11101111 101100 1010110 0 110 100001101 1010110 110110

Color Harmonies of #8522EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8522EF

Black with #8522EF

Text Example


Text Example

White with #8522EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8522EF; }

 p { color: rgb(133,34,239); }

 H1.HeaderClassName
 {
   color: #8522EF;
 }
 .AnyTagClassName
 {
   color: #8522EF;
 }
</style>

background-color css

<style>
 a { background-color: #8522EF; }

 a { background-color: rgb(133,34,239); }

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

border-color css

<style>
 span { border-color: #8522EF; }

 span { border-color: rgb(133,34,239); }

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