#8552ac

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

Shades of Studio #8552AC

Tints of Studio #8552AC

Color information

#8552AC (or 0x8552AC) is unknown color: approx Studio. HEX triplet: 85, 52 and AC. RGB value is (133,82,172). Sum of RGB (Red+Green+Blue) = 133+82+172=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #8552AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8552AC is #7AAD53. Grayscale: #6B6B6B. Windows color (decimal): -8039764 or 11293317. OLE color: 11293317.

HSL color Cylindrical-coordinate representation of color #8552AC: hue angle of 274º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8552AC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13382172-
CMYK0.230.5200.33
HSL274º35.43%49.8%-
HSV(B)274º52.33%67.45%-
XYZ20.141440.67-
YUV107.51164.4146.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=34.37%
G=21.19%
B=44.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133821720.230.5200.3327435.4349.8
Hex8552AC17340211122332
Octal20512225427640414224362
Binary10000101101001010101100101111101000100001100010010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8552ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8552ac; }

 p { color: rgb(133,82,172); }

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

<style>
 a { background-color: #8552ac; }

 a { background-color: rgb(133,82,172); }

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

<style>
 span { border-color: #8552ac; }

 span { border-color: rgb(133,82,172); }

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