#803fba

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

Shades of Studio #803FBA

Tints of Studio #803FBA

Color information

#803FBA (or 0x803FBA) is unknown color: approx Studio. HEX triplet: 80, 3F and BA. RGB value is (128,63,186). Sum of RGB (Red+Green+Blue) = 128+63+186=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #803FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FBA is #7FC045. Grayscale: #606060. Windows color (decimal): -8372294 or 12205952. OLE color: 12205952.

HSL color Cylindrical-coordinate representation of color #803FBA: hue angle of 271.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803FBA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12863186-
CMYK0.310.6600.27
HSL271.71º49.4%48.82%-
HSV(B)271.71º66.13%72.94%-
XYZ19.5411.6947.68-
YUV96.46178.53150.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=33.95%
G=16.71%
B=49.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128631860.310.6600.27271.7149.448.82
Hex803FBA1F4201B1103131
Octal20077272371020334206161
Binary1000000011111110111010111111000010011011100010000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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