Html Css Color HEX #906180 Strikemaster

📋 copy color: '#906180'

red 144 ◦ green 97 ◦ blue 128

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

Shades of Strikemaster #906180

Tints of Strikemaster #906180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

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

R = 39.02%
G = 26.29%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#906180 (or 0x906180) is known color: Strikemaster. HEX triplet: 90, 61 and 80. RGB value is (144,97,128). Sum of RGB (Red+Green+Blue) = 144+97+128=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #906180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906180 is #6F9E7F. Grayscale: #727272. Windows color (decimal): -7315072 or 8413584. OLE color: 8413584.

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

Color convert

RGB 144 97 128 -
CMYK 0 0.33 0.11 0.44
HSL 320.43º 0.2% 0.47% -
HSV(B) 320.43º 0.33% 0.56% -
XYZ 19.67 16.04 22.48 -
YUV 114.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 144 97 128 0 0.33 0.11 0.44 320.43 0.2 0.47
Hex 90 61 80 0 21 B 2C 140 14 2F
Octal 220 141 200 0 41 13 54 500 24 57
Binary 10010000 1100001 10000000 0 100001 1011 101100 101000000 10100 101111

Color Harmonies of #906180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906180

Black with #906180

Text Example


Text Example

White with #906180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906180; }

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

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

background-color css

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

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

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

border-color css

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

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

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