Html Css Color HEX #8529DB Blue Violet

📋 copy color: '#8529DB'

red 133 ◦ green 41 ◦ blue 219

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

Shades of Blue Violet #8529DB

Tints of Blue Violet #8529DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.43%

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

R = 33.84%
G = 10.43%
B = 55.73%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8529DB (or 0x8529DB) is known color: Blue Violet. HEX triplet: 85, 29 and DB. RGB value is (133,41,219). Sum of RGB (Red+Green+Blue) = 133+41+219=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #8529DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8529DB is #7AD624. Grayscale: #585858. Windows color (decimal): -8050213 or 14363013. OLE color: 14363013.

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

Color convert

RGB 133 41 219 -
CMYK 0.39 0.81 0 0.14
HSL 271.01º 0.71% 0.51% -
HSV(B) 271.01º 0.81% 0.86% -
XYZ 23.25 11.69 68.05 -
YUV 88.8 201.48 159.53 -
System Red Green Blue C M Y K H S L
Decimal 133 41 219 0.39 0.81 0 0.14 271.01 0.71 0.51
Hex 85 29 DB 27 51 0 E 10F 47 33
Octal 205 51 333 47 121 0 16 417 107 63
Binary 10000101 101001 11011011 100111 1010001 0 1110 100001111 1000111 110011

Color Harmonies of #8529DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8529DB

Black with #8529DB

Text Example


Text Example

White with #8529DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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