#81499E

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

Shades of Studio #81499E

Tints of Studio #81499E

Color information

#81499E (or 0x81499E) is unknown color: approx Studio. HEX triplet: 81, 49 and 9E. RGB value is (129,73,158). Sum of RGB (Red+Green+Blue) = 129+73+158=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #81499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81499E is #7EB661. Grayscale: #636363. Windows color (decimal): -8304226 or 10373505. OLE color: 10373505.

HSL color Cylindrical-coordinate representation of color #81499E: hue angle of 279.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81499E is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12973158-
CMYK0.180.5400.38
HSL279.53º36.8%45.29%-
HSV(B)279.53º53.8%61.96%-
XYZ17.6111.933.72-
YUV99.43161.05149.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=35.83%
G=20.28%
B=43.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129731580.180.5400.38279.5336.845.29
Hex81499E1236026118252d
Octal20111123622660464304555
Binary10000001100100110011110100101101100100110100011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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