Html Css Color HEX #8529E8 Blue Violet

📋 copy color: '#8529E8'

red 133 ◦ green 41 ◦ blue 232

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

Shades of Blue Violet #8529E8

Tints of Blue Violet #8529E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57.14%

R = 32.76%
G = 10.1%
B = 57.14%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8529E8 (or 0x8529E8) is known color: Blue Violet. HEX triplet: 85, 29 and E8. RGB value is (133,41,232). Sum of RGB (Red+Green+Blue) = 133+41+232=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #8529E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8529E8 is #7AD617. Grayscale: #595959. Windows color (decimal): -8050200 or 15214981. OLE color: 15214981.

HSL color Cylindrical-coordinate representation of color #8529E8: hue angle of 268.9º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8529E8 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 41 232 -
CMYK 0.43 0.82 0 0.09
HSL 268.9º 0.81% 0.54% -
HSV(B) 268.9º 0.82% 0.91% -
XYZ 25.03 12.4 77.42 -
YUV 90.28 207.98 158.47 -
System Red Green Blue C M Y K H S L
Decimal 133 41 232 0.43 0.82 0 0.09 268.9 0.81 0.54
Hex 85 29 E8 2B 52 0 9 10D 51 36
Octal 205 51 350 53 122 0 11 415 121 66
Binary 10000101 101001 11101000 101011 1010010 0 1001 100001101 1010001 110110

Color Harmonies of #8529E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8529E8

Black with #8529E8

Text Example


Text Example

White with #8529E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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