Html Css Color HEX #956888 Strikemaster

📋 copy color: '#956888'

red 149 ◦ green 104 ◦ blue 136

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

Shades of Strikemaster #956888

Tints of Strikemaster #956888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 38.3%
G = 26.74%
B = 34.96%

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

#956888 (or 0x956888) is known color: Strikemaster. HEX triplet: 95, 68 and 88. RGB value is (149,104,136). Sum of RGB (Red+Green+Blue) = 149+104+136=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #956888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956888 is #6A9777. Grayscale: #797979. Windows color (decimal): -6985592 or 8939669. OLE color: 8939669.

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

Color convert

RGB 149 104 136 -
CMYK 0 0.30 0.09 0.42
HSL 317.33º 0.18% 0.5% -
HSV(B) 317.33º 0.3% 0.58% -
XYZ 21.79 18.07 25.63 -
YUV 121.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 149 104 136 0 0.30 0.09 0.42 317.33 0.18 0.5
Hex 95 68 88 0 1E 9 2A 13D 12 32
Octal 225 150 210 0 36 11 52 475 22 62
Binary 10010101 1101000 10001000 0 11110 1001 101010 100111101 10010 110010

Color Harmonies of #956888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956888

Black with #956888

Text Example


Text Example

White with #956888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956888; }

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

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

background-color css

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

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

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

border-color css

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

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

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