Html Css Color HEX #956584 Strikemaster

📋 copy color: '#956584'

red 149 ◦ green 101 ◦ blue 132

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

Shades of Strikemaster #956584

Tints of Strikemaster #956584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 39.01%
G = 26.44%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#956584 (or 0x956584) is known color: Strikemaster. HEX triplet: 95, 65 and 84. RGB value is (149,101,132). Sum of RGB (Red+Green+Blue) = 149+101+132=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #956584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956584 is #6A9A7B. Grayscale: #767676. Windows color (decimal): -6986364 or 8676757. OLE color: 8676757.

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

Color convert

RGB 149 101 132 -
CMYK 0 0.32 0.11 0.42
HSL 321.25º 0.19% 0.49% -
HSV(B) 321.25º 0.32% 0.58% -
XYZ 21.21 17.36 24.06 -
YUV 118.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 149 101 132 0 0.32 0.11 0.42 321.25 0.19 0.49
Hex 95 65 84 0 20 B 2A 141 13 31
Octal 225 145 204 0 40 13 52 501 23 61
Binary 10010101 1100101 10000100 0 100000 1011 101010 101000001 10011 110001

Color Harmonies of #956584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956584

Black with #956584

Text Example


Text Example

White with #956584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956584; }

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

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

background-color css

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

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

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

border-color css

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

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

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