#81509E

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

Shades of Studio #81509E

Tints of Studio #81509E

Color information

#81509E (or 0x81509E) is unknown color: approx Studio. HEX triplet: 81, 50 and 9E. RGB value is (129,80,158). Sum of RGB (Red+Green+Blue) = 129+80+158=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #81509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81509E is #7EAF61. Grayscale: #676767. Windows color (decimal): -8302434 or 10375297. OLE color: 10375297.

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

Color convert

RGB12980158-
CMYK0.180.4900.38
HSL277.69º32.77%46.67%-
HSV(B)277.69º49.37%61.96%-
XYZ18.0912.8733.88-
YUV103.54158.73146.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=35.15%
G=21.80%
B=43.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129801580.180.4900.38277.6932.7746.67
Hex81509E1231026116212f
Octal20112023622610464264157
Binary10000001101000010011110100101100010100110100010110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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