#8444AD

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

Shades of Studio #8444AD

Tints of Studio #8444AD

Color information

#8444AD (or 0x8444AD) is unknown color: approx Studio. HEX triplet: 84, 44 and AD. RGB value is (132,68,173). Sum of RGB (Red+Green+Blue) = 132+68+173=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #8444AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8444AD is #7BBB52. Grayscale: #626262. Windows color (decimal): -8108883 or 11355268. OLE color: 11355268.

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

Color convert

RGB13268173-
CMYK0.240.6100.32
HSL276.57º43.57%47.25%-
HSV(B)276.57º60.69%67.84%-
XYZ19.1312.0640.85-
YUV99.11169.7151.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=35.39%
G=18.23%
B=46.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132681730.240.6100.32276.5743.5747.25
Hex8444AD183D0201152c2f
Octal20410425530750404255457
Binary10000100100010010101101110001111010100000100010101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8444AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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