Html Css Color HEX #80539F Studio

📋 copy color: '#80539F'

red 128 ◦ green 83 ◦ blue 159

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

Shades of Studio #80539F

Tints of Studio #80539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

 BLUE value IS 159 (62.5% from 255) = 42.97%

R = 34.59%
G = 22.43%
B = 42.97%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80539F (or 0x80539F) is known color: Studio. HEX triplet: 80, 53 and 9F. RGB value is (128,83,159). Sum of RGB (Red+Green+Blue) = 128+83+159=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #80539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80539F is #7FAC60. Grayscale: #686868. Windows color (decimal): -8367201 or 10441600. OLE color: 10441600.

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

Color convert

RGB 128 83 159 -
CMYK 0.19 0.48 0 0.38
HSL 275.53º 0.31% 0.47% -
HSV(B) 275.53º 0.48% 0.62% -
XYZ 18.25 13.28 34.4 -
YUV 105.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 128 83 159 0.19 0.48 0 0.38 275.53 0.31 0.47
Hex 80 53 9F 13 30 0 26 114 1F 2F
Octal 200 123 237 23 60 0 46 424 37 57
Binary 10000000 1010011 10011111 10011 110000 0 100110 100010100 11111 101111

Color Harmonies of #80539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80539F

Black with #80539F

Text Example


Text Example

White with #80539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80539F; }

 p { color: rgb(128,83,159); }

 H1.HeaderClassName
 {
   color: #80539F;
 }
 .AnyTagClassName
 {
   color: #80539F;
 }
</style>

background-color css

<style>
 a { background-color: #80539F; }

 a { background-color: rgb(128,83,159); }

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

border-color css

<style>
 span { border-color: #80539F; }

 span { border-color: rgb(128,83,159); }

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