Html Css Color HEX #80509E Studio

📋 copy color: '#80509E'

red 128 ◦ green 80 ◦ blue 158

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

Shades of Studio #80509E

Tints of Studio #80509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 34.97%
G = 21.86%
B = 43.17%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80509E (or 0x80509E) is known color: Studio. HEX triplet: 80, 50 and 9E. RGB value is (128,80,158). Sum of RGB (Red+Green+Blue) = 128+80+158=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #80509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80509E is #7FAF61. Grayscale: #666666. Windows color (decimal): -8367970 or 10375296. OLE color: 10375296.

HSL color Cylindrical-coordinate representation of color #80509E: hue angle of 276.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80509E is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 80 158 -
CMYK 0.19 0.49 0 0.38
HSL 276.92º 0.33% 0.47% -
HSV(B) 276.92º 0.49% 0.62% -
XYZ 17.94 12.8 33.87 -
YUV 103.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 128 80 158 0.19 0.49 0 0.38 276.92 0.33 0.47
Hex 80 50 9E 13 31 0 26 115 21 2F
Octal 200 120 236 23 61 0 46 425 41 57
Binary 10000000 1010000 10011110 10011 110001 0 100110 100010101 100001 101111

Color Harmonies of #80509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80509E

Black with #80509E

Text Example


Text Example

White with #80509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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