#803BA9

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

Shades of Studio #803BA9

Tints of Studio #803BA9

Color information

#803BA9 (or 0x803BA9) is unknown color: approx Studio. HEX triplet: 80, 3B and A9. RGB value is (128,59,169). Sum of RGB (Red+Green+Blue) = 128+59+169=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #803BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803BA9 is #7FC456. Grayscale: #5B5B5B. Windows color (decimal): -8373335 or 11090816. OLE color: 11090816.

HSL color Cylindrical-coordinate representation of color #803BA9: hue angle of 277.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803BA9 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12859169-
CMYK0.240.6500.34
HSL277.64º48.25%44.71%-
HSV(B)277.64º65.09%66.27%-
XYZ17.6310.5838.65-
YUV92.17171.36153.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 59 (23.44% from 255) = 16.57%
BLUE value IS 169 (66.41% from 255) = 47.47%
R=35.96%
G=16.57%
B=47.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128591690.240.6500.34277.6448.2544.71
Hex803BA91841022116302d
Octal20073251301010424266055
Binary10000000111011101010011100010000010100010100010110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803BA9; }

 p { color: rgb(128,59,169); }

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

<style>
 a { background-color: #803BA9; }

 a { background-color: rgb(128,59,169); }

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

<style>
 span { border-color: #803BA9; }

 span { border-color: rgb(128,59,169); }

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