#8752A3

Color #8752A3 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8752A3

Tints of Studio #8752A3

Color information

#8752A3 (or 0x8752A3) is unknown color: approx Studio. HEX triplet: 87, 52 and A3. RGB value is (135,82,163). Sum of RGB (Red+Green+Blue) = 135+82+163=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 163 - color contains mainly: blue. Hex color #8752A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8752A3 is #78AD5C. Grayscale: #6A6A6A. Windows color (decimal): -7908701 or 10703495. OLE color: 10703495.

HSL color Cylindrical-coordinate representation of color #8752A3: hue angle of 279.26º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8752A3 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13582163-
CMYK0.170.5000.36
HSL279.26º33.06%48.04%-
HSV(B)279.26º49.69%63.92%-
XYZ19.6213.8336.29-
YUV107.08159.56147.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 163 (64.06% from 255) = 42.89%
R=35.53%
G=21.58%
B=42.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal135821630.170.5000.36279.2633.0648.04
Hex8752A311320241172130
Octal20712224321620444274160
Binary10000111101001010100011100011100100100100100010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8752A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8752A3; }

 p { color: rgb(135,82,163); }

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

<style>
 a { background-color: #8752A3; }

 a { background-color: rgb(135,82,163); }

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

<style>
 span { border-color: #8752A3; }

 span { border-color: rgb(135,82,163); }

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