Html Css Color HEX #955585 Strikemaster

📋 copy color: '#955585'

red 149 ◦ green 85 ◦ blue 133

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

Shades of Strikemaster #955585

Tints of Strikemaster #955585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

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

R = 40.6%
G = 23.16%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#955585 (or 0x955585) is known color: Strikemaster. HEX triplet: 95, 55 and 85. RGB value is (149,85,133). Sum of RGB (Red+Green+Blue) = 149+85+133=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955585 is #6AAA7A. Grayscale: #6D6D6D. Windows color (decimal): -6990459 or 8738197. OLE color: 8738197.

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

Color convert

RGB 149 85 133 -
CMYK 0 0.43 0.11 0.42
HSL 315º 0.27% 0.46% -
HSV(B) 315º 0.43% 0.58% -
XYZ 19.88 14.58 23.96 -
YUV 109.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 149 85 133 0 0.43 0.11 0.42 315 0.27 0.46
Hex 95 55 85 0 2B B 2A 13B 1B 2E
Octal 225 125 205 0 53 13 52 473 33 56
Binary 10010101 1010101 10000101 0 101011 1011 101010 100111011 11011 101110

Color Harmonies of #955585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955585

Black with #955585

Text Example


Text Example

White with #955585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955585; }

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

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

background-color css

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

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

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

border-color css

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

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

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