#8445A7

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

Shades of Studio #8445A7

Tints of Studio #8445A7

Color information

#8445A7 (or 0x8445A7) is unknown color: approx Studio. HEX triplet: 84, 45 and A7. RGB value is (132,69,167). Sum of RGB (Red+Green+Blue) = 132+69+167=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 167 - color contains mainly: blue. Hex color #8445A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8445A7 is #7BBA58. Grayscale: #626262. Windows color (decimal): -8108633 or 10962308. OLE color: 10962308.

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

Color convert

RGB13269167-
CMYK0.210.5900.35
HSL278.57º41.53%46.27%-
HSV(B)278.57º58.68%65.49%-
XYZ18.6211.9537.88-
YUV99.01166.37151.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 167 (65.62% from 255) = 45.38%
R=35.87%
G=18.75%
B=45.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132691670.210.5900.35278.5741.5346.27
Hex8445A7153B0231172a2e
Octal20410524725730434275256
Binary10000100100010110100111101011110110100011100010111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8445A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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