Html Css Color HEX #80509A Studio

📋 copy color: '#80509A'

red 128 ◦ green 80 ◦ blue 154

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

Shades of Studio #80509A

Tints of Studio #80509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

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

R = 35.36%
G = 22.1%
B = 42.54%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80509A (or 0x80509A) is known color: Studio. HEX triplet: 80, 50 and 9A. RGB value is (128,80,154). Sum of RGB (Red+Green+Blue) = 128+80+154=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #80509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80509A is #7FAF65. Grayscale: #666666. Windows color (decimal): -8367974 or 10113152. OLE color: 10113152.

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

Color convert

RGB 128 80 154 -
CMYK 0.17 0.48 0 0.40
HSL 278.92º 0.32% 0.46% -
HSV(B) 278.92º 0.48% 0.6% -
XYZ 17.6 12.66 32.09 -
YUV 102.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 128 80 154 0.17 0.48 0 0.40 278.92 0.32 0.46
Hex 80 50 9A 11 30 0 28 117 20 2E
Octal 200 120 232 21 60 0 50 427 40 56
Binary 10000000 1010000 10011010 10001 110000 0 101000 100010111 100000 101110

Color Harmonies of #80509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80509A

Black with #80509A

Text Example


Text Example

White with #80509A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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