#803DAA

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

Shades of Studio #803DAA

Tints of Studio #803DAA

Color information

#803DAA (or 0x803DAA) is unknown color: approx Studio. HEX triplet: 80, 3D and AA. RGB value is (128,61,170). Sum of RGB (Red+Green+Blue) = 128+61+170=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #803DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803DAA is #7FC255. Grayscale: #5D5D5D. Windows color (decimal): -8372822 or 11156864. OLE color: 11156864.

HSL color Cylindrical-coordinate representation of color #803DAA: hue angle of 276.88º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803DAA is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12861170-
CMYK0.250.6400.33
HSL276.88º47.19%45.29%-
HSV(B)276.88º64.12%66.67%-
XYZ17.8310.8339.18-
YUV93.46171.2152.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 61 (24.22% from 255) = 16.99%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=35.65%
G=16.99%
B=47.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128611700.250.6400.33276.8847.1945.29
Hex803DAA19400211152f2d
Octal20075252311000414255755
Binary10000000111101101010101100110000000100001100010101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,61,170); }

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

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

 a { background-color: rgb(128,61,170); }

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

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

 span { border-color: rgb(128,61,170); }

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