#8445AB

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

Shades of Studio #8445AB

Tints of Studio #8445AB

Color information

#8445AB (or 0x8445AB) is unknown color: approx Studio. HEX triplet: 84, 45 and AB. RGB value is (132,69,171). Sum of RGB (Red+Green+Blue) = 132+69+171=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8445AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8445AB is #7BBA54. Grayscale: #636363. Windows color (decimal): -8108629 or 11224452. OLE color: 11224452.

HSL color Cylindrical-coordinate representation of color #8445AB: hue angle of 277.06º degrees, saturation: 0.42, 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 #8445AB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13269171-
CMYK0.230.6000.33
HSL277.06º42.5%47.06%-
HSV(B)277.06º59.65%67.06%-
XYZ18.9912.139.86-
YUV99.46168.37151.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=35.48%
G=18.55%
B=45.97%

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
Decimal132691710.230.6000.33277.0642.547.06
Hex8445AB173C0211152a2f
Octal20410525327740414255257
Binary10000100100010110101011101111111000100001100010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8445AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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