Html Css Color HEX #956E7C Strikemaster

📋 copy color: '#956E7C'

red 149 ◦ green 110 ◦ blue 124

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

Shades of Strikemaster #956E7C

Tints of Strikemaster #956E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 38.9%
G = 28.72%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#956E7C (or 0x956E7C) is known color: Strikemaster. HEX triplet: 95, 6E and 7C. RGB value is (149,110,124). Sum of RGB (Red+Green+Blue) = 149+110+124=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #956E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E7C is #6A9183. Grayscale: #7B7B7B. Windows color (decimal): -6984068 or 8154773. OLE color: 8154773.

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

Color convert

RGB 149 110 124 -
CMYK 0 0.26 0.17 0.42
HSL 338.46º 0.16% 0.51% -
HSV(B) 338.46º 0.26% 0.58% -
XYZ 21.61 19 21.6 -
YUV 123.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 149 110 124 0 0.26 0.17 0.42 338.46 0.16 0.51
Hex 95 6E 7C 0 1A 11 2A 152 10 33
Octal 225 156 174 0 32 21 52 522 20 63
Binary 10010101 1101110 1111100 0 11010 10001 101010 101010010 10000 110011

Color Harmonies of #956E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E7C

Black with #956E7C

Text Example


Text Example

White with #956E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,110,124); }

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

background-color css

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

 a { background-color: rgb(149,110,124); }

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

border-color css

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

 span { border-color: rgb(149,110,124); }

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