#8544AD

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

Shades of Studio #8544AD

Tints of Studio #8544AD

Color information

#8544AD (or 0x8544AD) is unknown color: approx Studio. HEX triplet: 85, 44 and AD. RGB value is (133,68,173). Sum of RGB (Red+Green+Blue) = 133+68+173=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8544AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8544AD is #7ABB52. Grayscale: #636363. Windows color (decimal): -8043347 or 11355269. OLE color: 11355269.

HSL color Cylindrical-coordinate representation of color #8544AD: hue angle of 277.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8544AD is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13368173-
CMYK0.230.6100.32
HSL277.14º43.57%47.25%-
HSV(B)277.14º60.69%67.84%-
XYZ19.2812.1440.86-
YUV99.4169.53151.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 68 (26.95% from 255) = 18.18%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=35.56%
G=18.18%
B=46.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133681730.230.6100.32277.1443.5747.25
Hex8544AD173D0201152c2f
Octal20510425527750404255457
Binary10000101100010010101101101111111010100000100010101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8544AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8544AD; }

 p { color: rgb(133,68,173); }

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

<style>
 a { background-color: #8544AD; }

 a { background-color: rgb(133,68,173); }

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

<style>
 span { border-color: #8544AD; }

 span { border-color: rgb(133,68,173); }

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