#8649AD

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

Shades of Studio #8649AD

Tints of Studio #8649AD

Color information

#8649AD (or 0x8649AD) is unknown color: approx Studio. HEX triplet: 86, 49 and AD. RGB value is (134,73,173). Sum of RGB (Red+Green+Blue) = 134+73+173=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #8649AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8649AD is #79B652. Grayscale: #666666. Windows color (decimal): -7976531 or 11356550. OLE color: 11356550.

HSL color Cylindrical-coordinate representation of color #8649AD: hue angle of 276.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8649AD is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13473173-
CMYK0.230.5800.32
HSL276.6º40.65%48.24%-
HSV(B)276.6º57.8%67.84%-
XYZ19.7612.8540.97-
YUV102.64167.71150.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=35.26%
G=19.21%
B=45.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134731730.230.5800.32276.640.6548.24
Hex8649AD173A0201152930
Octal20611125527720404255160
Binary10000110100100110101101101111110100100000100010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8649AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8649AD; }

 p { color: rgb(134,73,173); }

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

<style>
 a { background-color: #8649AD; }

 a { background-color: rgb(134,73,173); }

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

<style>
 span { border-color: #8649AD; }

 span { border-color: rgb(134,73,173); }

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