#8440AB

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

Shades of Studio #8440AB

Tints of Studio #8440AB

Color information

#8440AB (or 0x8440AB) is unknown color: approx Studio. HEX triplet: 84, 40 and AB. RGB value is (132,64,171). Sum of RGB (Red+Green+Blue) = 132+64+171=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #8440AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8440AB is #7BBF54. Grayscale: #606060. Windows color (decimal): -8109909 or 11223172. OLE color: 11223172.

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

Color convert

RGB13264171-
CMYK0.230.6300.33
HSL278.13º45.53%46.08%-
HSV(B)278.13º62.57%67.06%-
XYZ18.711.5139.76-
YUV96.53170.03153.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=35.97%
G=17.44%
B=46.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132641710.230.6300.33278.1345.5346.08
Hex8440AB173F0211162e2e
Octal20410025327770414265656
Binary10000100100000010101011101111111110100001100010110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8440AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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