Html Css Color HEX #80589B Studio

📋 copy color: '#80589B'

red 128 ◦ green 88 ◦ blue 155

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

Shades of Studio #80589B

Tints of Studio #80589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 34.5%
G = 23.72%
B = 41.78%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80589B (or 0x80589B) is known color: Studio. HEX triplet: 80, 58 and 9B. RGB value is (128,88,155). Sum of RGB (Red+Green+Blue) = 128+88+155=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #80589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80589B is #7FA764. Grayscale: #6B6B6B. Windows color (decimal): -8365925 or 10180736. OLE color: 10180736.

HSL color Cylindrical-coordinate representation of color #80589B: hue angle of 275.82º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80589B is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 88 155 -
CMYK 0.17 0.43 0 0.39
HSL 275.82º 0.28% 0.48% -
HSV(B) 275.82º 0.43% 0.61% -
XYZ 18.31 13.94 32.74 -
YUV 107.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 128 88 155 0.17 0.43 0 0.39 275.82 0.28 0.48
Hex 80 58 9B 11 2B 0 27 114 1C 30
Octal 200 130 233 21 53 0 47 424 34 60
Binary 10000000 1011000 10011011 10001 101011 0 100111 100010100 11100 110000

Color Harmonies of #80589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80589B

Black with #80589B

Text Example


Text Example

White with #80589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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