#81499D

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

Shades of Studio #81499D

Tints of Studio #81499D

Color information

#81499D (or 0x81499D) is unknown color: approx Studio. HEX triplet: 81, 49 and 9D. RGB value is (129,73,157). Sum of RGB (Red+Green+Blue) = 129+73+157=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #81499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81499D is #7EB662. Grayscale: #636363. Windows color (decimal): -8304227 or 10307969. OLE color: 10307969.

HSL color Cylindrical-coordinate representation of color #81499D: hue angle of 280º 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 #81499D is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12973157-
CMYK0.180.5400.38
HSL280º36.52%45.1%-
HSV(B)280º53.5%61.57%-
XYZ17.5211.8733.27-
YUV99.32160.55149.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=35.93%
G=20.33%
B=43.73%

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
Decimal129731570.180.5400.3828036.5245.1
Hex81499D1236026118252d
Octal20111123522660464304555
Binary10000001100100110011101100101101100100110100011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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