#81499C

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

Shades of Studio #81499C

Tints of Studio #81499C

Color information

#81499C (or 0x81499C) is unknown color: approx Studio. HEX triplet: 81, 49 and 9C. RGB value is (129,73,156). Sum of RGB (Red+Green+Blue) = 129+73+156=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #81499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81499C is #7EB663. Grayscale: #626262. Windows color (decimal): -8304228 or 10242433. OLE color: 10242433.

HSL color Cylindrical-coordinate representation of color #81499C: hue angle of 280.48º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81499C is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12973156-
CMYK0.170.5300.39
HSL280.48º36.24%44.9%-
HSV(B)280.48º53.21%61.18%-
XYZ17.4411.8332.82-
YUV99.21160.05149.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=36.03%
G=20.39%
B=43.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129731560.170.5300.39280.4836.2444.9
Hex81499C1135027118242d
Octal20111123421650474304455
Binary10000001100100110011100100011101010100111100011000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81499C; }

 p { color: rgb(129,73,156); }

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

<style>
 a { background-color: #81499C; }

 a { background-color: rgb(129,73,156); }

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

<style>
 span { border-color: #81499C; }

 span { border-color: rgb(129,73,156); }

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