Html Css Color HEX #8525EB Blue Violet

📋 copy color: '#8525EB'

red 133 ◦ green 37 ◦ blue 235

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

Shades of Blue Violet #8525EB

Tints of Blue Violet #8525EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 32.84%
G = 9.14%
B = 58.02%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8525EB (or 0x8525EB) is known color: Blue Violet. HEX triplet: 85, 25 and EB. RGB value is (133,37,235). Sum of RGB (Red+Green+Blue) = 133+37+235=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #8525EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525EB is #7ADA14. Grayscale: #575757. Windows color (decimal): -8051221 or 15410565. OLE color: 15410565.

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

Color convert

RGB 133 37 235 -
CMYK 0.43 0.84 0 0.08
HSL 269.09º 0.83% 0.53% -
HSV(B) 269.09º 0.84% 0.92% -
XYZ 25.33 12.31 79.64 -
YUV 88.28 210.8 159.9 -
System Red Green Blue C M Y K H S L
Decimal 133 37 235 0.43 0.84 0 0.08 269.09 0.83 0.53
Hex 85 25 EB 2B 54 0 8 10D 53 35
Octal 205 45 353 53 124 0 10 415 123 65
Binary 10000101 100101 11101011 101011 1010100 0 1000 100001101 1010011 110101

Color Harmonies of #8525EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8525EB

Black with #8525EB

Text Example


Text Example

White with #8525EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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