#8644AD

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

Shades of Studio #8644AD

Tints of Studio #8644AD

Color information

#8644AD (or 0x8644AD) is unknown color: approx Studio. HEX triplet: 86, 44 and AD. RGB value is (134,68,173). Sum of RGB (Red+Green+Blue) = 134+68+173=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #8644AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8644AD is #79BB52. Grayscale: #636363. Windows color (decimal): -7977811 or 11355270. OLE color: 11355270.

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

Color convert

RGB13468173-
CMYK0.230.6100.32
HSL277.71º43.57%47.25%-
HSV(B)277.71º60.69%67.84%-
XYZ19.4412.2240.87-
YUV99.7169.37152.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=35.73%
G=18.13%
B=46.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134681730.230.6100.32277.7143.5747.25
Hex8644AD173D0201162c2f
Octal20610425527750404265457
Binary10000110100010010101101101111111010100000100010110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8644AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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