#8528CF

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

Shades of Blue Violet #8528CF

Tints of Blue Violet #8528CF

Color information

#8528CF (or 0x8528CF) is unknown color: approx Blue Violet. HEX triplet: 85, 28 and CF. RGB value is (133,40,207). Sum of RGB (Red+Green+Blue) = 133+40+207=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #8528CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528CF is #7AD730. Grayscale: #565656. Windows color (decimal): -8050481 or 13576325. OLE color: 13576325.

HSL color Cylindrical-coordinate representation of color #8528CF: hue angle of 273.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8528CF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13340207-
CMYK0.360.8100.19
HSL273.41º67.61%48.43%-
HSV(B)273.41º80.68%81.18%-
XYZ21.6911.0160.01-
YUV86.84195.81160.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 40 (16.02% from 255) = 10.53%
BLUE value IS 207 (81.25% from 255) = 54.47%
R=35%
G=10.53%
B=54.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133402070.360.8100.19273.4167.6148.43
Hex8528CF24510131114430
Octal205503174412102342110460
Binary100001011010001100111110010010100010100111000100011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8528CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8528CF; }

 p { color: rgb(133,40,207); }

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

<style>
 a { background-color: #8528CF; }

 a { background-color: rgb(133,40,207); }

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

<style>
 span { border-color: #8528CF; }

 span { border-color: rgb(133,40,207); }

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