Html Css Color HEX #80489C Studio

📋 copy color: '#80489C'

red 128 ◦ green 72 ◦ blue 156

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

Shades of Studio #80489C

Tints of Studio #80489C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 35.96%
G = 20.22%
B = 43.82%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80489C (or 0x80489C) is known color: Studio. HEX triplet: 80, 48 and 9C. RGB value is (128,72,156). Sum of RGB (Red+Green+Blue) = 128+72+156=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #80489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80489C is #7FB763. Grayscale: #626262. Windows color (decimal): -8370020 or 10242176. OLE color: 10242176.

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

Color convert

RGB 128 72 156 -
CMYK 0.18 0.54 0 0.39
HSL 280º 0.37% 0.45% -
HSV(B) 280º 0.54% 0.61% -
XYZ 17.22 11.62 32.79 -
YUV 98.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 128 72 156 0.18 0.54 0 0.39 280 0.37 0.45
Hex 80 48 9C 12 36 0 27 118 25 2D
Octal 200 110 234 22 66 0 47 430 45 55
Binary 10000000 1001000 10011100 10010 110110 0 100111 100011000 100101 101101

Color Harmonies of #80489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80489C

Black with #80489C

Text Example


Text Example

White with #80489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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