Html Css Color HEX #955586 Strikemaster

📋 copy color: '#955586'

red 149 ◦ green 85 ◦ blue 134

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

Shades of Strikemaster #955586

Tints of Strikemaster #955586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 40.49%
G = 23.1%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#955586 (or 0x955586) is known color: Strikemaster. HEX triplet: 95, 55 and 86. RGB value is (149,85,134). Sum of RGB (Red+Green+Blue) = 149+85+134=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #955586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955586 is #6AAA79. Grayscale: #6D6D6D. Windows color (decimal): -6990458 or 8803733. OLE color: 8803733.

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

Color convert

RGB 149 85 134 -
CMYK 0 0.43 0.10 0.42
HSL 314.06º 0.27% 0.46% -
HSV(B) 314.06º 0.43% 0.58% -
XYZ 19.95 14.61 24.32 -
YUV 109.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 149 85 134 0 0.43 0.10 0.42 314.06 0.27 0.46
Hex 95 55 86 0 2B A 2A 13A 1B 2E
Octal 225 125 206 0 53 12 52 472 33 56
Binary 10010101 1010101 10000110 0 101011 1010 101010 100111010 11011 101110

Color Harmonies of #955586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955586

Black with #955586

Text Example


Text Example

White with #955586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955586; }

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

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

background-color css

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

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

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

border-color css

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

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

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