#8039AD

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

Shades of Studio #8039AD

Tints of Studio #8039AD

Color information

#8039AD (or 0x8039AD) is unknown color: approx Studio. HEX triplet: 80, 39 and AD. RGB value is (128,57,173). Sum of RGB (Red+Green+Blue) = 128+57+173=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #8039AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8039AD is #7FC652. Grayscale: #5B5B5B. Windows color (decimal): -8373843 or 11352448. OLE color: 11352448.

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

Color convert

RGB12857173-
CMYK0.260.6700.32
HSL276.72º50.43%45.1%-
HSV(B)276.72º67.05%67.84%-
XYZ17.9110.5340.62-
YUV91.45174.02154.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=35.75%
G=15.92%
B=48.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128571730.260.6700.32276.7250.4345.1
Hex8039AD1A43020115322d
Octal20071255321030404256255
Binary10000000111001101011011101010000110100000100010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8039AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8039AD; }

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

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

<style>
 a { background-color: #8039AD; }

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

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

<style>
 span { border-color: #8039AD; }

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

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