Html Css Color HEX #80489F Studio

📋 copy color: '#80489F'

red 128 ◦ green 72 ◦ blue 159

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

Shades of Studio #80489F

Tints of Studio #80489F

RGB

 RED value IS 128 (50.39% from 255) = 35.65%

 GREEN value IS 72 (28.52% from 255) = 20.06%

 BLUE value IS 159 (62.5% from 255) = 44.29%

R = 35.65%
G = 20.06%
B = 44.29%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80489F (or 0x80489F) is known color: Studio. HEX triplet: 80, 48 and 9F. RGB value is (128,72,159). Sum of RGB (Red+Green+Blue) = 128+72+159=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #80489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80489F is #7FB760. Grayscale: #626262. Windows color (decimal): -8370017 or 10438784. OLE color: 10438784.

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

Color convert

RGB 128 72 159 -
CMYK 0.19 0.55 0 0.38
HSL 278.62º 0.38% 0.45% -
HSV(B) 278.62º 0.55% 0.62% -
XYZ 17.48 11.73 34.14 -
YUV 98.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 128 72 159 0.19 0.55 0 0.38 278.62 0.38 0.45
Hex 80 48 9F 13 37 0 26 117 26 2D
Octal 200 110 237 23 67 0 46 427 46 55
Binary 10000000 1001000 10011111 10011 110111 0 100110 100010111 100110 101101

Color Harmonies of #80489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80489F

Black with #80489F

Text Example


Text Example

White with #80489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80489F;
 }
 .AnyTagClassName
 {
   color: #80489F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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