#81489D

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

Shades of Studio #81489D

Tints of Studio #81489D

Color information

#81489D (or 0x81489D) is unknown color: approx Studio. HEX triplet: 81, 48 and 9D. RGB value is (129,72,157). Sum of RGB (Red+Green+Blue) = 129+72+157=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #81489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81489D is #7EB762. Grayscale: #626262. Windows color (decimal): -8304483 or 10307713. OLE color: 10307713.

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

Color convert

RGB12972157-
CMYK0.180.5400.38
HSL280.24º37.12%44.9%-
HSV(B)280.24º54.14%61.57%-
XYZ17.4611.7433.24-
YUV98.73160.88149.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 72 (28.52% from 255) = 20.11%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=36.03%
G=20.11%
B=43.85%

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
Decimal129721570.180.5400.38280.2437.1244.9
Hex81489D1236026118252d
Octal20111023522660464304555
Binary10000001100100010011101100101101100100110100011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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