#8648AA

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

Shades of Studio #8648AA

Tints of Studio #8648AA

Color information

#8648AA (or 0x8648AA) is unknown color: approx Studio. HEX triplet: 86, 48 and AA. RGB value is (134,72,170). Sum of RGB (Red+Green+Blue) = 134+72+170=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #8648AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8648AA is #79B755. Grayscale: #656565. Windows color (decimal): -7976790 or 11159686. OLE color: 11159686.

HSL color Cylindrical-coordinate representation of color #8648AA: hue angle of 277.96º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8648AA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13472170-
CMYK0.210.5800.33
HSL277.96º40.5%47.45%-
HSV(B)277.96º57.65%66.67%-
XYZ19.412.6139.44-
YUV101.71166.54151.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=35.64%
G=19.15%
B=45.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134721700.210.5800.33277.9640.547.45
Hex8648AA153A021116282f
Octal20611025225720414265057
Binary10000110100100010101010101011110100100001100010110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8648AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8648AA; }

 p { color: rgb(134,72,170); }

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

<style>
 a { background-color: #8648AA; }

 a { background-color: rgb(134,72,170); }

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

<style>
 span { border-color: #8648AA; }

 span { border-color: rgb(134,72,170); }

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