#8445AA

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

Shades of Studio #8445AA

Tints of Studio #8445AA

Color information

#8445AA (or 0x8445AA) is unknown color: approx Studio. HEX triplet: 84, 45 and AA. RGB value is (132,69,170). Sum of RGB (Red+Green+Blue) = 132+69+170=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #8445AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8445AA is #7BBA55. Grayscale: #636363. Windows color (decimal): -8108630 or 11158916. OLE color: 11158916.

HSL color Cylindrical-coordinate representation of color #8445AA: hue angle of 277.43º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8445AA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13269170-
CMYK0.220.5900.33
HSL277.43º42.26%46.86%-
HSV(B)277.43º59.41%66.67%-
XYZ18.912.0639.36-
YUV99.35167.87151.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=35.58%
G=18.60%
B=45.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132691700.220.5900.33277.4342.2646.86
Hex8445AA163B0211152a2f
Octal20410525226730414255257
Binary10000100100010110101010101101110110100001100010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8445AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8445AA; }

 p { color: rgb(132,69,170); }

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

<style>
 a { background-color: #8445AA; }

 a { background-color: rgb(132,69,170); }

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

<style>
 span { border-color: #8445AA; }

 span { border-color: rgb(132,69,170); }

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