Html Css Color HEX #956589 Strikemaster

📋 copy color: '#956589'

red 149 ◦ green 101 ◦ blue 137

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

Shades of Strikemaster #956589

Tints of Strikemaster #956589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

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

R = 38.5%
G = 26.1%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#956589 (or 0x956589) is known color: Strikemaster. HEX triplet: 95, 65 and 89. RGB value is (149,101,137). Sum of RGB (Red+Green+Blue) = 149+101+137=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #956589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956589 is #6A9A76. Grayscale: #777777. Windows color (decimal): -6986359 or 9004437. OLE color: 9004437.

HSL color Cylindrical-coordinate representation of color #956589: hue angle of 315º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956589 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 137 -
CMYK 0 0.32 0.08 0.42
HSL 315º 0.19% 0.49% -
HSV(B) 315º 0.32% 0.58% -
XYZ 21.56 17.5 25.91 -
YUV 119.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 149 101 137 0 0.32 0.08 0.42 315 0.19 0.49
Hex 95 65 89 0 20 8 2A 13B 13 31
Octal 225 145 211 0 40 10 52 473 23 61
Binary 10010101 1100101 10001001 0 100000 1000 101010 100111011 10011 110001

Color Harmonies of #956589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956589

Black with #956589

Text Example


Text Example

White with #956589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956589; }

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

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

background-color css

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

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

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

border-color css

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

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

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