#804ABE

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

Shades of Studio #804ABE

Tints of Studio #804ABE

Color information

#804ABE (or 0x804ABE) is unknown color: approx Studio. HEX triplet: 80, 4A and BE. RGB value is (128,74,190). Sum of RGB (Red+Green+Blue) = 128+74+190=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #804ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ABE is #7FB541. Grayscale: #666666. Windows color (decimal): -8369474 or 12470912. OLE color: 12470912.

HSL color Cylindrical-coordinate representation of color #804ABE: hue angle of 267.93º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804ABE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12874190-
CMYK0.330.6100.25
HSL267.93º47.15%51.76%-
HSV(B)267.93º61.05%74.51%-
XYZ20.6513.250.18-
YUV103.37176.89145.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 74 (29.30% from 255) = 18.88%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=32.65%
G=18.88%
B=48.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128741900.330.6100.25267.9347.1551.76
Hex804ABE213D01910c2f34
Octal20011227641750314145764
Binary10000000100101010111110100001111101011001100001100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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