Html Css Color HEX #956889 Strikemaster

📋 copy color: '#956889'

red 149 ◦ green 104 ◦ blue 137

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

Shades of Strikemaster #956889

Tints of Strikemaster #956889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 38.21%
G = 26.67%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#956889 (or 0x956889) is known color: Strikemaster. HEX triplet: 95, 68 and 89. RGB value is (149,104,137). Sum of RGB (Red+Green+Blue) = 149+104+137=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #956889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956889 is #6A9776. Grayscale: #797979. Windows color (decimal): -6985591 or 9005205. OLE color: 9005205.

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

Color convert

RGB 149 104 137 -
CMYK 0 0.30 0.08 0.42
HSL 316º 0.18% 0.5% -
HSV(B) 316º 0.3% 0.58% -
XYZ 21.86 18.1 26.01 -
YUV 121.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 149 104 137 0 0.30 0.08 0.42 316 0.18 0.5
Hex 95 68 89 0 1E 8 2A 13C 12 32
Octal 225 150 211 0 36 10 52 474 22 62
Binary 10010101 1101000 10001001 0 11110 1000 101010 100111100 10010 110010

Color Harmonies of #956889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956889

Black with #956889

Text Example


Text Example

White with #956889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956889; }

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

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

background-color css

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

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

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

border-color css

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

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

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