#8446A7

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

Shades of Studio #8446A7

Tints of Studio #8446A7

Color information

#8446A7 (or 0x8446A7) is unknown color: approx Studio. HEX triplet: 84, 46 and A7. RGB value is (132,70,167). Sum of RGB (Red+Green+Blue) = 132+70+167=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 167 - color contains mainly: blue. Hex color #8446A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8446A7 is #7BB958. Grayscale: #636363. Windows color (decimal): -8108377 or 10962564. OLE color: 10962564.

HSL color Cylindrical-coordinate representation of color #8446A7: hue angle of 278.35º 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 #8446A7 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13270167-
CMYK0.210.5800.35
HSL278.35º40.93%46.47%-
HSV(B)278.35º58.08%65.49%-
XYZ18.6812.0837.91-
YUV99.6166.04151.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 167 (65.62% from 255) = 45.26%
R=35.77%
G=18.97%
B=45.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132701670.210.5800.35278.3540.9346.47
Hex8446A7153A023116292e
Octal20410624725720434265156
Binary10000100100011010100111101011110100100011100010110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8446A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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