Html Css Color HEX #80509D Studio

📋 copy color: '#80509D'

red 128 ◦ green 80 ◦ blue 157

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

Shades of Studio #80509D

Tints of Studio #80509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 35.07%
G = 21.92%
B = 43.01%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80509D (or 0x80509D) is known color: Studio. HEX triplet: 80, 50 and 9D. RGB value is (128,80,157). Sum of RGB (Red+Green+Blue) = 128+80+157=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #80509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80509D is #7FAF62. Grayscale: #666666. Windows color (decimal): -8367971 or 10309760. OLE color: 10309760.

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

Color convert

RGB 128 80 157 -
CMYK 0.18 0.49 0 0.38
HSL 277.4º 0.32% 0.46% -
HSV(B) 277.4º 0.49% 0.62% -
XYZ 17.86 12.76 33.42 -
YUV 103.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 128 80 157 0.18 0.49 0 0.38 277.4 0.32 0.46
Hex 80 50 9D 12 31 0 26 115 20 2E
Octal 200 120 235 22 61 0 46 425 40 56
Binary 10000000 1010000 10011101 10010 110001 0 100110 100010101 100000 101110

Color Harmonies of #80509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80509D

Black with #80509D

Text Example


Text Example

White with #80509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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