#815F9D

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

Shades of Studio #815F9D

Tints of Studio #815F9D

Color information

#815F9D (or 0x815F9D) is unknown color: approx Studio. HEX triplet: 81, 5F and 9D. RGB value is (129,95,157). Sum of RGB (Red+Green+Blue) = 129+95+157=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #815F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815F9D is #7EA062. Grayscale: #707070. Windows color (decimal): -8298595 or 10313601. OLE color: 10313601.

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

Color convert

RGB12995157-
CMYK0.180.3900.38
HSL272.9º24.6%49.41%-
HSV(B)272.9º39.49%61.57%-
XYZ19.2315.2933.84-
YUV112.23153.26139.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=33.86%
G=24.93%
B=41.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129951570.180.3900.38272.924.649.41
Hex815F9D12270261111931
Octal20113723522470464213161
Binary1000000110111111001110110010100111010011010001000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815F9D; }

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

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

<style>
 a { background-color: #815F9D; }

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

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

<style>
 span { border-color: #815F9D; }

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

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