#815C9E

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

Shades of Studio #815C9E

Tints of Studio #815C9E

Color information

#815C9E (or 0x815C9E) is unknown color: approx Studio. HEX triplet: 81, 5C and 9E. RGB value is (129,92,158). Sum of RGB (Red+Green+Blue) = 129+92+158=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #815C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815C9E is #7EA361. Grayscale: #6E6E6E. Windows color (decimal): -8299362 or 10378369. OLE color: 10378369.

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

Color convert

RGB12992158-
CMYK0.180.4200.38
HSL273.64º26.4%49.02%-
HSV(B)273.64º41.77%61.96%-
XYZ19.0514.7934.2-
YUV110.59154.76141.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=34.04%
G=24.27%
B=41.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129921580.180.4200.38273.6426.449.02
Hex815C9E122A0261121a31
Octal20113423622520464223261
Binary1000000110111001001111010010101010010011010001001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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