#8525DA

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

Shades of Blue Violet #8525DA

Tints of Blue Violet #8525DA

Color information

#8525DA (or 0x8525DA) is unknown color: approx Blue Violet. HEX triplet: 85, 25 and DA. RGB value is (133,37,218). Sum of RGB (Red+Green+Blue) = 133+37+218=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #8525DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8525DA is #7ADA25. Grayscale: #555555. Windows color (decimal): -8051238 or 14296453. OLE color: 14296453.

HSL color Cylindrical-coordinate representation of color #8525DA: hue angle of 271.82º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8525DA is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13337218-
CMYK0.390.8300.15
HSL271.82º70.98%50%-
HSV(B)271.82º83.03%85.49%-
XYZ22.9911.3767.31-
YUV86.34202.3161.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 37 (14.84% from 255) = 9.54%
BLUE value IS 218 (85.55% from 255) = 56.19%
R=34.28%
G=9.54%
B=56.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133372180.390.8300.15271.8270.9850
Hex8525DA27530F1104732
Octal205453324712301742010762
Binary10000101100101110110101001111010011011111000100001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8525DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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