Html Css Color HEX #8522EE Blue Violet

📋 copy color: '#8522EE'

red 133 ◦ green 34 ◦ blue 238

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

Shades of Blue Violet #8522EE

Tints of Blue Violet #8522EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.77%

R = 32.84%
G = 8.4%
B = 58.77%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8522EE (or 0x8522EE) is known color: Blue Violet. HEX triplet: 85, 22 and EE. RGB value is (133,34,238). Sum of RGB (Red+Green+Blue) = 133+34+238=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #8522EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8522EE is #7ADD11. Grayscale: #565656. Windows color (decimal): -8051986 or 15606405. OLE color: 15606405.

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

Color convert

RGB 133 34 238 -
CMYK 0.44 0.86 0 0.07
HSL 269.12º 0.86% 0.53% -
HSV(B) 269.12º 0.86% 0.93% -
XYZ 25.68 12.3 81.91 -
YUV 86.86 213.3 160.91 -
System Red Green Blue C M Y K H S L
Decimal 133 34 238 0.44 0.86 0 0.07 269.12 0.86 0.53
Hex 85 22 EE 2C 56 0 7 10D 56 35
Octal 205 42 356 54 126 0 7 415 126 65
Binary 10000101 100010 11101110 101100 1010110 0 111 100001101 1010110 110101

Color Harmonies of #8522EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8522EE

Black with #8522EE

Text Example


Text Example

White with #8522EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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