Html Css Color HEX #8525E8 Blue Violet

📋 copy color: '#8525E8'

red 133 ◦ green 37 ◦ blue 232

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

Shades of Blue Violet #8525E8

Tints of Blue Violet #8525E8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.2%

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

R = 33.08%
G = 9.2%
B = 57.71%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8525E8 (or 0x8525E8) is known color: Blue Violet. HEX triplet: 85, 25 and E8. RGB value is (133,37,232). Sum of RGB (Red+Green+Blue) = 133+37+232=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #8525E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525E8 is #7ADA17. Grayscale: #575757. Windows color (decimal): -8051224 or 15213957. OLE color: 15213957.

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

Color convert

RGB 133 37 232 -
CMYK 0.43 0.84 0 0.09
HSL 269.54º 0.81% 0.53% -
HSV(B) 269.54º 0.84% 0.91% -
XYZ 24.9 12.14 77.37 -
YUV 87.93 209.3 160.14 -
System Red Green Blue C M Y K H S L
Decimal 133 37 232 0.43 0.84 0 0.09 269.54 0.81 0.53
Hex 85 25 E8 2B 54 0 9 10E 51 35
Octal 205 45 350 53 124 0 11 416 121 65
Binary 10000101 100101 11101000 101011 1010100 0 1001 100001110 1010001 110101

Color Harmonies of #8525E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8525E8

Black with #8525E8

Text Example


Text Example

White with #8525E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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