Html Css Color HEX #956981 Strikemaster

📋 copy color: '#956981'

red 149 ◦ green 105 ◦ blue 129

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

Shades of Strikemaster #956981

Tints of Strikemaster #956981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 38.9%
G = 27.42%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#956981 (or 0x956981) is known color: Strikemaster. HEX triplet: 95, 69 and 81. RGB value is (149,105,129). Sum of RGB (Red+Green+Blue) = 149+105+129=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #956981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956981 is #6A967E. Grayscale: #787878. Windows color (decimal): -6985343 or 8481173. OLE color: 8481173.

HSL color Cylindrical-coordinate representation of color #956981: hue angle of 327.27º 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 #956981 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 129 -
CMYK 0 0.30 0.13 0.42
HSL 327.27º 0.17% 0.5% -
HSV(B) 327.27º 0.3% 0.58% -
XYZ 21.41 18.08 23.13 -
YUV 120.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 149 105 129 0 0.30 0.13 0.42 327.27 0.17 0.5
Hex 95 69 81 0 1E D 2A 147 11 32
Octal 225 151 201 0 36 15 52 507 21 62
Binary 10010101 1101001 10000001 0 11110 1101 101010 101000111 10001 110010

Color Harmonies of #956981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956981

Black with #956981

Text Example


Text Example

White with #956981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956981; }

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

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

background-color css

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

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

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

border-color css

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

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

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