Html Css Color HEX #8522DB Blue Violet

📋 copy color: '#8522DB'

red 133 ◦ green 34 ◦ blue 219

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

Shades of Blue Violet #8522DB

Tints of Blue Violet #8522DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 34.46%
G = 8.81%
B = 56.74%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8522DB (or 0x8522DB) is known color: Blue Violet. HEX triplet: 85, 22 and DB. RGB value is (133,34,219). Sum of RGB (Red+Green+Blue) = 133+34+219=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #8522DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522DB is #7ADD24. Grayscale: #545454. Windows color (decimal): -8052005 or 14361221. OLE color: 14361221.

HSL color Cylindrical-coordinate representation of color #8522DB: hue angle of 272.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8522DB is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 34 219 -
CMYK 0.39 0.84 0 0.14
HSL 272.11º 0.73% 0.5% -
HSV(B) 272.11º 0.84% 0.86% -
XYZ 23.03 11.25 67.97 -
YUV 84.69 203.8 162.46 -
System Red Green Blue C M Y K H S L
Decimal 133 34 219 0.39 0.84 0 0.14 272.11 0.73 0.5
Hex 85 22 DB 27 54 0 E 110 49 32
Octal 205 42 333 47 124 0 16 420 111 62
Binary 10000101 100010 11011011 100111 1010100 0 1110 100010000 1001001 110010

Color Harmonies of #8522DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8522DB

Black with #8522DB

Text Example


Text Example

White with #8522DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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