#803FAB

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

Shades of Studio #803FAB

Tints of Studio #803FAB

Color information

#803FAB (or 0x803FAB) is unknown color: approx Studio. HEX triplet: 80, 3F and AB. RGB value is (128,63,171). Sum of RGB (Red+Green+Blue) = 128+63+171=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #803FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803FAB is #7FC054. Grayscale: #5E5E5E. Windows color (decimal): -8372309 or 11222912. OLE color: 11222912.

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

Color convert

RGB12863171-
CMYK0.250.6300.33
HSL276.11º46.15%45.88%-
HSV(B)276.11º63.16%67.06%-
XYZ18.0311.0839.72-
YUV94.75171.03151.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=35.36%
G=17.40%
B=47.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128631710.250.6300.33276.1146.1545.88
Hex803FAB193F0211142e2e
Octal2007725331770414245656
Binary1000000011111110101011110011111110100001100010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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