#81489F

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

Shades of Studio #81489F

Tints of Studio #81489F

Color information

#81489F (or 0x81489F) is unknown color: approx Studio. HEX triplet: 81, 48 and 9F. RGB value is (129,72,159). Sum of RGB (Red+Green+Blue) = 129+72+159=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #81489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81489F is #7EB760. Grayscale: #626262. Windows color (decimal): -8304481 or 10438785. OLE color: 10438785.

HSL color Cylindrical-coordinate representation of color #81489F: hue angle of 279.31º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81489F is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12972159-
CMYK0.190.5500.38
HSL279.31º37.66%45.29%-
HSV(B)279.31º54.72%62.35%-
XYZ17.6311.8134.15-
YUV98.96161.88149.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=35.83%
G=20%
B=44.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129721590.190.5500.38279.3137.6645.29
Hex81489F1337026117262d
Octal20111023723670464274655
Binary10000001100100010011111100111101110100110100010111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81489F; }

 p { color: rgb(129,72,159); }

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

<style>
 a { background-color: #81489F; }

 a { background-color: rgb(129,72,159); }

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

<style>
 span { border-color: #81489F; }

 span { border-color: rgb(129,72,159); }

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