#8C529C

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

Shades of Violet Blue #8C529C

Tints of Violet Blue #8C529C

Color information

#8C529C (or 0x8C529C) is unknown color: approx Violet Blue. HEX triplet: 8C, 52 and 9C. RGB value is (140,82,156). Sum of RGB (Red+Green+Blue) = 140+82+156=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C529C is #73AD63. Grayscale: #6B6B6B. Windows color (decimal): -7581028 or 10244748. OLE color: 10244748.

HSL color Cylindrical-coordinate representation of color #8C529C: hue angle of 287.03º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C529C is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14082156-
CMYK0.100.4700.39
HSL287.03º31.09%46.67%-
HSV(B)287.03º47.44%61.18%-
XYZ19.8314.0133.11-
YUV107.78155.22150.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=37.04%
G=21.69%
B=41.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140821560.100.4700.39287.0331.0946.67
Hex8C529CA2F02711f1f2f
Octal21412223412570474373757
Binary100011001010010100111001010101111010011110001111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C529C; }

 p { color: rgb(140,82,156); }

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

<style>
 a { background-color: #8C529C; }

 a { background-color: rgb(140,82,156); }

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

<style>
 span { border-color: #8C529C; }

 span { border-color: rgb(140,82,156); }

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