#80439F

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

Shades of Studio #80439F

Tints of Studio #80439F

Color information

#80439F (or 0x80439F) is unknown color: approx Studio. HEX triplet: 80, 43 and 9F. RGB value is (128,67,159). Sum of RGB (Red+Green+Blue) = 128+67+159=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #80439F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80439F is #7FBC60. Grayscale: #5F5F5F. Windows color (decimal): -8371297 or 10437504. OLE color: 10437504.

HSL color Cylindrical-coordinate representation of color #80439F: hue angle of 279.78º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80439F is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12867159-
CMYK0.190.5800.38
HSL279.78º40.71%44.31%-
HSV(B)279.78º57.86%62.35%-
XYZ17.1711.1134.04-
YUV95.73163.71151.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 159 (62.5% from 255) = 44.92%
R=36.16%
G=18.93%
B=44.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128671590.190.5800.38279.7840.7144.31
Hex80439F133A026118292c
Octal20010323723720464305154
Binary10000000100001110011111100111110100100110100011000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80439F; }

 p { color: rgb(128,67,159); }

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

<style>
 a { background-color: #80439F; }

 a { background-color: rgb(128,67,159); }

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

<style>
 span { border-color: #80439F; }

 span { border-color: rgb(128,67,159); }

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