#815C9C

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

Shades of Studio #815C9C

Tints of Studio #815C9C

Color information

#815C9C (or 0x815C9C) is unknown color: approx Studio. HEX triplet: 81, 5C and 9C. RGB value is (129,92,156). Sum of RGB (Red+Green+Blue) = 129+92+156=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #815C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815C9C is #7EA363. Grayscale: #6E6E6E. Windows color (decimal): -8299364 or 10247297. OLE color: 10247297.

HSL color Cylindrical-coordinate representation of color #815C9C: hue angle of 274.69º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #815C9C is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12992156-
CMYK0.170.4100.39
HSL274.69º25.81%48.63%-
HSV(B)274.69º41.03%61.18%-
XYZ18.8814.7233.3-
YUV110.36153.76141.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=34.22%
G=24.40%
B=41.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129921560.170.4100.39274.6925.8148.63
Hex815C9C11290271131a31
Octal20113423421510474233261
Binary1000000110111001001110010001101001010011110001001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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