#803CAB

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

Shades of Studio #803CAB

Tints of Studio #803CAB

Color information

#803CAB (or 0x803CAB) is unknown color: approx Studio. HEX triplet: 80, 3C and AB. RGB value is (128,60,171). Sum of RGB (Red+Green+Blue) = 128+60+171=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #803CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803CAB is #7FC354. Grayscale: #5C5C5C. Windows color (decimal): -8373077 or 11222144. OLE color: 11222144.

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

Color convert

RGB12860171-
CMYK0.250.6500.33
HSL276.76º48.05%45.29%-
HSV(B)276.76º64.91%67.06%-
XYZ17.8710.7639.66-
YUV92.99172.03152.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 60 (23.83% from 255) = 16.71%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=35.65%
G=16.71%
B=47.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128601710.250.6500.33276.7648.0545.29
Hex803CAB1941021115302d
Octal20074253311010414256055
Binary10000000111100101010111100110000010100001100010101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,60,171); }

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

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

 a { background-color: rgb(128,60,171); }

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

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

 span { border-color: rgb(128,60,171); }

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