Html Css Color HEX #906980 Strikemaster

📋 copy color: '#906980'

red 144 ◦ green 105 ◦ blue 128

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

Shades of Strikemaster #906980

Tints of Strikemaster #906980

RGB

 RED value IS 144 (56.64% from 255) = 38.2%

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 38.2%
G = 27.85%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#906980 (or 0x906980) is known color: Strikemaster. HEX triplet: 90, 69 and 80. RGB value is (144,105,128). Sum of RGB (Red+Green+Blue) = 144+105+128=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #906980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906980 is #6F967F. Grayscale: #777777. Windows color (decimal): -7313024 or 8415632. OLE color: 8415632.

HSL color Cylindrical-coordinate representation of color #906980: hue angle of 324.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906980 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 105 128 -
CMYK 0 0.27 0.11 0.44
HSL 324.62º 0.16% 0.49% -
HSV(B) 324.62º 0.27% 0.56% -
XYZ 20.45 17.59 22.74 -
YUV 119.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 144 105 128 0 0.27 0.11 0.44 324.62 0.16 0.49
Hex 90 69 80 0 1B B 2C 145 10 31
Octal 220 151 200 0 33 13 54 505 20 61
Binary 10010000 1101001 10000000 0 11011 1011 101100 101000101 10000 110001

Color Harmonies of #906980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906980

Black with #906980

Text Example


Text Example

White with #906980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906980; }

 p { color: rgb(144,105,128); }

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

background-color css

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

 a { background-color: rgb(144,105,128); }

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

border-color css

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

 span { border-color: rgb(144,105,128); }

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