Html Css Color HEX #80609A Studio

📋 copy color: '#80609A'

red 128 ◦ green 96 ◦ blue 154

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

Shades of Studio #80609A

Tints of Studio #80609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

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

R = 33.86%
G = 25.4%
B = 40.74%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80609A (or 0x80609A) is known color: Studio. HEX triplet: 80, 60 and 9A. RGB value is (128,96,154). Sum of RGB (Red+Green+Blue) = 128+96+154=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #80609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80609A is #7F9F65. Grayscale: #6F6F6F. Windows color (decimal): -8363878 or 10117248. OLE color: 10117248.

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

Color convert

RGB 128 96 154 -
CMYK 0.17 0.38 0 0.40
HSL 273.1º 0.23% 0.49% -
HSV(B) 273.1º 0.38% 0.6% -
XYZ 18.92 15.29 32.53 -
YUV 112.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 128 96 154 0.17 0.38 0 0.40 273.1 0.23 0.49
Hex 80 60 9A 11 26 0 28 111 17 31
Octal 200 140 232 21 46 0 50 421 27 61
Binary 10000000 1100000 10011010 10001 100110 0 101000 100010001 10111 110001

Color Harmonies of #80609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80609A

Black with #80609A

Text Example


Text Example

White with #80609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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