#805C9D

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

Shades of Studio #805C9D

Tints of Studio #805C9D

Color information

#805C9D (or 0x805C9D) is unknown color: approx Studio. HEX triplet: 80, 5C and 9D. RGB value is (128,92,157). Sum of RGB (Red+Green+Blue) = 128+92+157=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #805C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805C9D is #7FA362. Grayscale: #6D6D6D. Windows color (decimal): -8364899 or 10312832. OLE color: 10312832.

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

Color convert

RGB12892157-
CMYK0.180.4100.38
HSL273.23º26.1%48.82%-
HSV(B)273.23º41.4%61.57%-
XYZ18.8214.6833.74-
YUV110.17154.43140.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=33.95%
G=24.40%
B=41.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128921570.180.4100.38273.2326.148.82
Hex805C9D12290261111a31
Octal20013423522510464213261
Binary1000000010111001001110110010101001010011010001000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805C9D; }

 p { color: rgb(128,92,157); }

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

<style>
 a { background-color: #805C9D; }

 a { background-color: rgb(128,92,157); }

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

<style>
 span { border-color: #805C9D; }

 span { border-color: rgb(128,92,157); }

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