#804AB9

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

Shades of Studio #804AB9

Tints of Studio #804AB9

Color information

#804AB9 (or 0x804AB9) is unknown color: approx Studio. HEX triplet: 80, 4A and B9. RGB value is (128,74,185). Sum of RGB (Red+Green+Blue) = 128+74+185=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #804AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804AB9 is #7FB546. Grayscale: #666666. Windows color (decimal): -8369479 or 12143232. OLE color: 12143232.

HSL color Cylindrical-coordinate representation of color #804AB9: hue angle of 269.19º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #804AB9 is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12874185-
CMYK0.310.600.27
HSL269.19º44.22%50.78%-
HSV(B)269.19º60%72.55%-
XYZ20.1112.9947.35-
YUV102.8174.39145.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 185 (72.66% from 255) = 47.80%
R=33.07%
G=19.12%
B=47.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128741850.310.600.27269.1944.2250.78
Hex804AB91F3C01B10d2c33
Octal20011227137740334155463
Binary1000000010010101011100111111111100011011100001101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,74,185); }

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

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

 a { background-color: rgb(128,74,185); }

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

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

 span { border-color: rgb(128,74,185); }

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