Html Css Color HEX #956689 Strikemaster

📋 copy color: '#956689'

red 149 ◦ green 102 ◦ blue 137

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

Shades of Strikemaster #956689

Tints of Strikemaster #956689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

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

R = 38.4%
G = 26.29%
B = 35.31%

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

#956689 (or 0x956689) is known color: Strikemaster. HEX triplet: 95, 66 and 89. RGB value is (149,102,137). Sum of RGB (Red+Green+Blue) = 149+102+137=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #956689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956689 is #6A9976. Grayscale: #777777. Windows color (decimal): -6986103 or 9004693. OLE color: 9004693.

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

Color convert

RGB 149 102 137 -
CMYK 0 0.32 0.08 0.42
HSL 315.32º 0.19% 0.49% -
HSV(B) 315.32º 0.32% 0.58% -
XYZ 21.66 17.7 25.94 -
YUV 120.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 149 102 137 0 0.32 0.08 0.42 315.32 0.19 0.49
Hex 95 66 89 0 20 8 2A 13B 13 31
Octal 225 146 211 0 40 10 52 473 23 61
Binary 10010101 1100110 10001001 0 100000 1000 101010 100111011 10011 110001

Color Harmonies of #956689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956689

Black with #956689

Text Example


Text Example

White with #956689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956689; }

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

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

background-color css

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

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

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

border-color css

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

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

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