Html Css Color HEX #80509B Studio

📋 copy color: '#80509B'

red 128 ◦ green 80 ◦ blue 155

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

Shades of Studio #80509B

Tints of Studio #80509B

RGB

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

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

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

R = 35.26%
G = 22.04%
B = 42.7%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80509B (or 0x80509B) is known color: Studio. HEX triplet: 80, 50 and 9B. RGB value is (128,80,155). Sum of RGB (Red+Green+Blue) = 128+80+155=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #80509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80509B is #7FAF64. Grayscale: #666666. Windows color (decimal): -8367973 or 10178688. OLE color: 10178688.

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

Color convert

RGB 128 80 155 -
CMYK 0.17 0.48 0 0.39
HSL 278.4º 0.32% 0.46% -
HSV(B) 278.4º 0.48% 0.61% -
XYZ 17.69 12.69 32.53 -
YUV 102.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 128 80 155 0.17 0.48 0 0.39 278.4 0.32 0.46
Hex 80 50 9B 11 30 0 27 116 20 2E
Octal 200 120 233 21 60 0 47 426 40 56
Binary 10000000 1010000 10011011 10001 110000 0 100111 100010110 100000 101110

Color Harmonies of #80509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80509B

Black with #80509B

Text Example


Text Example

White with #80509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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