#8445A6

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

Shades of Studio #8445A6

Tints of Studio #8445A6

Color information

#8445A6 (or 0x8445A6) is unknown color: approx Studio. HEX triplet: 84, 45 and A6. RGB value is (132,69,166). Sum of RGB (Red+Green+Blue) = 132+69+166=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 166 - color contains mainly: blue. Hex color #8445A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8445A6 is #7BBA59. Grayscale: #626262. Windows color (decimal): -8108634 or 10896772. OLE color: 10896772.

HSL color Cylindrical-coordinate representation of color #8445A6: hue angle of 278.97º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8445A6 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13269166-
CMYK0.200.5800.35
HSL278.97º41.28%46.08%-
HSV(B)278.97º58.43%65.1%-
XYZ18.5311.9137.4-
YUV98.9165.87151.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 166 (65.23% from 255) = 45.23%
R=35.97%
G=18.80%
B=45.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132691660.200.5800.35278.9741.2846.08
Hex8445A6143A023117292e
Octal20410524624720434275156
Binary10000100100010110100110101001110100100011100010111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8445A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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