Html Css Color HEX #956988 Strikemaster

📋 copy color: '#956988'

red 149 ◦ green 105 ◦ blue 136

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

Shades of Strikemaster #956988

Tints of Strikemaster #956988

RGB

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

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

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

R = 38.21%
G = 26.92%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#956988 (or 0x956988) is known color: Strikemaster. HEX triplet: 95, 69 and 88. RGB value is (149,105,136). Sum of RGB (Red+Green+Blue) = 149+105+136=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #956988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956988 is #6A9677. Grayscale: #797979. Windows color (decimal): -6985336 or 8939925. OLE color: 8939925.

HSL color Cylindrical-coordinate representation of color #956988: hue angle of 317.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956988 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 136 -
CMYK 0 0.30 0.09 0.42
HSL 317.73º 0.17% 0.5% -
HSV(B) 317.73º 0.3% 0.58% -
XYZ 21.89 18.27 25.67 -
YUV 121.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 149 105 136 0 0.30 0.09 0.42 317.73 0.17 0.5
Hex 95 69 88 0 1E 9 2A 13E 11 32
Octal 225 151 210 0 36 11 52 476 21 62
Binary 10010101 1101001 10001000 0 11110 1001 101010 100111110 10001 110010

Color Harmonies of #956988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956988

Black with #956988

Text Example


Text Example

White with #956988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956988; }

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

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

background-color css

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

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

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

border-color css

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

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

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