#803BAD

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

Shades of Studio #803BAD

Tints of Studio #803BAD

Color information

#803BAD (or 0x803BAD) is unknown color: approx Studio. HEX triplet: 80, 3B and AD. RGB value is (128,59,173). Sum of RGB (Red+Green+Blue) = 128+59+173=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #803BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803BAD is #7FC452. Grayscale: #5C5C5C. Windows color (decimal): -8373331 or 11352960. OLE color: 11352960.

HSL color Cylindrical-coordinate representation of color #803BAD: hue angle of 276.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803BAD is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12859173-
CMYK0.260.6600.32
HSL276.32º49.14%45.49%-
HSV(B)276.32º65.9%67.84%-
XYZ18.0110.7340.66-
YUV92.63173.36153.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 59 (23.44% from 255) = 16.39%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=35.56%
G=16.39%
B=48.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128591730.260.6600.32276.3249.1445.49
Hex803BAD1A42020114312d
Octal20073255321020404246155
Binary10000000111011101011011101010000100100000100010100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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