#8648AD

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

Shades of Studio #8648AD

Tints of Studio #8648AD

Color information

#8648AD (or 0x8648AD) is unknown color: approx Studio. HEX triplet: 86, 48 and AD. RGB value is (134,72,173). Sum of RGB (Red+Green+Blue) = 134+72+173=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #8648AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8648AD is #79B752. Grayscale: #656565. Windows color (decimal): -7976787 or 11356294. OLE color: 11356294.

HSL color Cylindrical-coordinate representation of color #8648AD: hue angle of 276.83º 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 #8648AD is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13472173-
CMYK0.230.5800.32
HSL276.83º41.22%48.04%-
HSV(B)276.83º58.38%67.84%-
XYZ19.6912.7240.95-
YUV102.05168.04150.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=35.36%
G=19.00%
B=45.65%

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
Decimal134721730.230.5800.32276.8341.2248.04
Hex8648AD173A0201152930
Octal20611025527720404255160
Binary10000110100100010101101101111110100100000100010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8648AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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