#804C9B

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

Shades of Studio #804C9B

Tints of Studio #804C9B

Color information

#804C9B (or 0x804C9B) is unknown color: approx Studio. HEX triplet: 80, 4C and 9B. RGB value is (128,76,155). Sum of RGB (Red+Green+Blue) = 128+76+155=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #804C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804C9B is #7FB364. Grayscale: #646464. Windows color (decimal): -8368997 or 10177664. OLE color: 10177664.

HSL color Cylindrical-coordinate representation of color #804C9B: hue angle of 279.49º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #804C9B is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12876155-
CMYK0.170.5100.39
HSL279.49º34.2%45.29%-
HSV(B)279.49º50.97%60.78%-
XYZ17.412.1232.43-
YUV100.55158.73147.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=35.65%
G=21.17%
B=43.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128761550.170.5100.39279.4934.245.29
Hex804C9B1133027117222d
Octal20011423321630474274255
Binary10000000100110010011011100011100110100111100010111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804C9B; }

 p { color: rgb(128,76,155); }

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

<style>
 a { background-color: #804C9B; }

 a { background-color: rgb(128,76,155); }

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

<style>
 span { border-color: #804C9B; }

 span { border-color: rgb(128,76,155); }

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