Html Css Color HEX #80589A Studio

📋 copy color: '#80589A'

red 128 ◦ green 88 ◦ blue 154

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

Shades of Studio #80589A

Tints of Studio #80589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.78%

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 34.59%
G = 23.78%
B = 41.62%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80589A (or 0x80589A) is known color: Studio. HEX triplet: 80, 58 and 9A. RGB value is (128,88,154). Sum of RGB (Red+Green+Blue) = 128+88+154=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #80589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80589A is #7FA765. Grayscale: #6B6B6B. Windows color (decimal): -8365926 or 10115200. OLE color: 10115200.

HSL color Cylindrical-coordinate representation of color #80589A: hue angle of 276.36º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80589A is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 88 154 -
CMYK 0.17 0.43 0 0.40
HSL 276.36º 0.27% 0.47% -
HSV(B) 276.36º 0.43% 0.6% -
XYZ 18.22 13.9 32.29 -
YUV 107.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 128 88 154 0.17 0.43 0 0.40 276.36 0.27 0.47
Hex 80 58 9A 11 2B 0 28 114 1B 2F
Octal 200 130 232 21 53 0 50 424 33 57
Binary 10000000 1011000 10011010 10001 101011 0 101000 100010100 11011 101111

Color Harmonies of #80589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80589A

Black with #80589A

Text Example


Text Example

White with #80589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80589A; }

 p { color: rgb(128,88,154); }

 H1.HeaderClassName
 {
   color: #80589A;
 }
 .AnyTagClassName
 {
   color: #80589A;
 }
</style>

background-color css

<style>
 a { background-color: #80589A; }

 a { background-color: rgb(128,88,154); }

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

border-color css

<style>
 span { border-color: #80589A; }

 span { border-color: rgb(128,88,154); }

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