Html Css Color HEX #956585 Strikemaster

📋 copy color: '#956585'

red 149 ◦ green 101 ◦ blue 133

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

Shades of Strikemaster #956585

Tints of Strikemaster #956585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 38.9%
G = 26.37%
B = 34.73%

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

#956585 (or 0x956585) is known color: Strikemaster. HEX triplet: 95, 65 and 85. RGB value is (149,101,133). Sum of RGB (Red+Green+Blue) = 149+101+133=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #956585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956585 is #6A9A7A. Grayscale: #767676. Windows color (decimal): -6986363 or 8742293. OLE color: 8742293.

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

Color convert

RGB 149 101 133 -
CMYK 0 0.32 0.11 0.42
HSL 320º 0.19% 0.49% -
HSV(B) 320º 0.32% 0.58% -
XYZ 21.28 17.39 24.43 -
YUV 119 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 149 101 133 0 0.32 0.11 0.42 320 0.19 0.49
Hex 95 65 85 0 20 B 2A 140 13 31
Octal 225 145 205 0 40 13 52 500 23 61
Binary 10010101 1100101 10000101 0 100000 1011 101010 101000000 10011 110001

Color Harmonies of #956585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956585

Black with #956585

Text Example


Text Example

White with #956585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956585; }

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

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

background-color css

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

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

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

border-color css

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

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

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