#8525f5

Color #8525F5 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8525F5

Tints of Blue Violet #8525F5

Color information

#8525F5 (or 0x8525F5) is unknown color: approx Blue Violet. HEX triplet: 85, 25 and F5. RGB value is (133,37,245). Sum of RGB (Red+Green+Blue) = 133+37+245=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 245 (96.09% from 255 or 59.04% from 415); Max value from RGB is 245 - color contains mainly: blue. Hex color #8525F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525F5 is #7ADA0A. Grayscale: #585858. Windows color (decimal): -8051211 or 16065925. OLE color: 16065925.

HSL color Cylindrical-coordinate representation of color #8525F5: hue angle of 267.69º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8525F5 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13337245-
CMYK0.460.8500.04
HSL267.69º91.23%55.29%-
HSV(B)267.69º84.9%96.08%-
XYZ26.8212.987.46-
YUV89.42215.8159.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 37 (14.84% from 255) = 8.92%
BLUE value IS 245 (96.09% from 255) = 59.04%
R=32.05%
G=8.92%
B=59.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133372450.460.8500.04267.6991.2355.29
Hex8525F52E550410c5b37
Octal20545365561250441413367
Binary1000010110010111110101101110101010101001000011001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8525f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8525f5;
 }
 .AnyTagClassName
 {
   color: #8525f5;
 }
</style>
background-color css

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

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

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

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

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

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