Html Css Color HEX #80489D Studio

📋 copy color: '#80489D'

red 128 ◦ green 72 ◦ blue 157

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

Shades of Studio #80489D

Tints of Studio #80489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 35.85%
G = 20.17%
B = 43.98%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80489D (or 0x80489D) is known color: Studio. HEX triplet: 80, 48 and 9D. RGB value is (128,72,157). Sum of RGB (Red+Green+Blue) = 128+72+157=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #80489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80489D is #7FB762. Grayscale: #626262. Windows color (decimal): -8370019 or 10307712. OLE color: 10307712.

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

Color convert

RGB 128 72 157 -
CMYK 0.18 0.54 0 0.38
HSL 279.53º 0.37% 0.45% -
HSV(B) 279.53º 0.54% 0.62% -
XYZ 17.31 11.66 33.24 -
YUV 98.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 128 72 157 0.18 0.54 0 0.38 279.53 0.37 0.45
Hex 80 48 9D 12 36 0 26 118 25 2D
Octal 200 110 235 22 66 0 46 430 45 55
Binary 10000000 1001000 10011101 10010 110110 0 100110 100011000 100101 101101

Color Harmonies of #80489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80489D

Black with #80489D

Text Example


Text Example

White with #80489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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