Html Css Color HEX #956887 Strikemaster

📋 copy color: '#956887'

red 149 ◦ green 104 ◦ blue 135

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

Shades of Strikemaster #956887

Tints of Strikemaster #956887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 135 (53.13% from 255) = 34.79%

R = 38.4%
G = 26.8%
B = 34.79%

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

#956887 (or 0x956887) is known color: Strikemaster. HEX triplet: 95, 68 and 87. RGB value is (149,104,135). Sum of RGB (Red+Green+Blue) = 149+104+135=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #956887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956887 is #6A9778. Grayscale: #787878. Windows color (decimal): -6985593 or 8874133. OLE color: 8874133.

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

Color convert

RGB 149 104 135 -
CMYK 0 0.30 0.09 0.42
HSL 318.67º 0.18% 0.5% -
HSV(B) 318.67º 0.3% 0.58% -
XYZ 21.72 18.04 25.26 -
YUV 120.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 149 104 135 0 0.30 0.09 0.42 318.67 0.18 0.5
Hex 95 68 87 0 1E 9 2A 13F 12 32
Octal 225 150 207 0 36 11 52 477 22 62
Binary 10010101 1101000 10000111 0 11110 1001 101010 100111111 10010 110010

Color Harmonies of #956887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956887

Black with #956887

Text Example


Text Example

White with #956887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956887; }

 p { color: rgb(149,104,135); }

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

background-color css

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

 a { background-color: rgb(149,104,135); }

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

border-color css

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

 span { border-color: rgb(149,104,135); }

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