#8444AB

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

Shades of Studio #8444AB

Tints of Studio #8444AB

Color information

#8444AB (or 0x8444AB) is unknown color: approx Studio. HEX triplet: 84, 44 and AB. RGB value is (132,68,171). Sum of RGB (Red+Green+Blue) = 132+68+171=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8444AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8444AB is #7BBB54. Grayscale: #626262. Windows color (decimal): -8108885 or 11224196. OLE color: 11224196.

HSL color Cylindrical-coordinate representation of color #8444AB: hue angle of 277.28º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8444AB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13268171-
CMYK0.230.6000.33
HSL277.28º43.1%46.86%-
HSV(B)277.28º60.23%67.06%-
XYZ18.9311.9839.84-
YUV98.88168.7151.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=35.58%
G=18.33%
B=46.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132681710.230.6000.33277.2843.146.86
Hex8444AB173C0211152b2f
Octal20410425327740414255357
Binary10000100100010010101011101111111000100001100010101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8444AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8444AB; }

 p { color: rgb(132,68,171); }

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

<style>
 a { background-color: #8444AB; }

 a { background-color: rgb(132,68,171); }

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

<style>
 span { border-color: #8444AB; }

 span { border-color: rgb(132,68,171); }

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