Html Css Color HEX #956080 Strikemaster

📋 copy color: '#956080'

red 149 ◦ green 96 ◦ blue 128

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

Shades of Strikemaster #956080

Tints of Strikemaster #956080

RGB

 RED value IS 149 (58.59% from 255) = 39.95%

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

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

R = 39.95%
G = 25.74%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#956080 (or 0x956080) is known color: Strikemaster. HEX triplet: 95, 60 and 80. RGB value is (149,96,128). Sum of RGB (Red+Green+Blue) = 149+96+128=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #956080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956080 is #6A9F7F. Grayscale: #737373. Windows color (decimal): -6987648 or 8413333. OLE color: 8413333.

HSL color Cylindrical-coordinate representation of color #956080: hue angle of 323.77º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956080 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 128 -
CMYK 0 0.36 0.14 0.42
HSL 323.77º 0.22% 0.48% -
HSV(B) 323.77º 0.36% 0.58% -
XYZ 20.47 16.31 22.49 -
YUV 115.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 149 96 128 0 0.36 0.14 0.42 323.77 0.22 0.48
Hex 95 60 80 0 24 E 2A 144 16 30
Octal 225 140 200 0 44 16 52 504 26 60
Binary 10010101 1100000 10000000 0 100100 1110 101010 101000100 10110 110000

Color Harmonies of #956080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956080

Black with #956080

Text Example


Text Example

White with #956080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956080; }

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

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

background-color css

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

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

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

border-color css

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

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

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