Html Css Color HEX #80439F Studio

📋 copy color: '#80439F'

red 128 ◦ green 67 ◦ blue 159

#80439F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #80439F

Tints of Studio #80439F

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 value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80439F (or 0x80439F) is known color: 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

RGB 128 67 159 -
CMYK 0.19 0.58 0 0.38
HSL 279.78º 0.41% 0.44% -
HSV(B) 279.78º 0.58% 0.62% -
XYZ 17.17 11.11 34.04 -
YUV 95.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 128 67 159 0.19 0.58 0 0.38 279.78 0.41 0.44
Hex 80 43 9F 13 3A 0 26 118 29 2C
Octal 200 103 237 23 72 0 46 430 51 54
Binary 10000000 1000011 10011111 10011 111010 0 100110 100011000 101001 101100

Color Harmonies of #80439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80439F

Black with #80439F

Text Example


Text Example

White with #80439F

Text Example


Text Example

HTML Codes & Css Web 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>