Html Css Color HEX #956D88 Strikemaster

📋 copy color: '#956D88'

red 149 ◦ green 109 ◦ blue 136

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

Shades of Strikemaster #956D88

Tints of Strikemaster #956D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 37.82%
G = 27.66%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#956D88 (or 0x956D88) is known color: Strikemaster. HEX triplet: 95, 6D and 88. RGB value is (149,109,136). Sum of RGB (Red+Green+Blue) = 149+109+136=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #956D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D88 is #6A9277. Grayscale: #7B7B7B. Windows color (decimal): -6984312 or 8940949. OLE color: 8940949.

HSL color Cylindrical-coordinate representation of color #956D88: hue angle of 319.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #956D88 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 109 136 -
CMYK 0 0.27 0.09 0.42
HSL 319.5º 0.16% 0.51% -
HSV(B) 319.5º 0.27% 0.58% -
XYZ 22.31 19.1 25.8 -
YUV 124.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 149 109 136 0 0.27 0.09 0.42 319.5 0.16 0.51
Hex 95 6D 88 0 1B 9 2A 140 10 33
Octal 225 155 210 0 33 11 52 500 20 63
Binary 10010101 1101101 10001000 0 11011 1001 101010 101000000 10000 110011

Color Harmonies of #956D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D88

Black with #956D88

Text Example


Text Example

White with #956D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956D88; }

 p { color: rgb(149,109,136); }

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

background-color css

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

 a { background-color: rgb(149,109,136); }

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

border-color css

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

 span { border-color: rgb(149,109,136); }

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