Html Css Color HEX #995579 Strikemaster

📋 copy color: '#995579'

red 153 ◦ green 85 ◦ blue 121

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

Shades of Strikemaster #995579

Tints of Strikemaster #995579

RGB

 RED value IS 153 (60.16% from 255) = 42.62%

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

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 42.62%
G = 23.68%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#995579 (or 0x995579) is known color: Strikemaster. HEX triplet: 99, 55 and 79. RGB value is (153,85,121). Sum of RGB (Red+Green+Blue) = 153+85+121=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #995579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995579 is #66AA86. Grayscale: #6D6D6D. Windows color (decimal): -6728327 or 7951769. OLE color: 7951769.

HSL color Cylindrical-coordinate representation of color #995579: hue angle of 328.24º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995579 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 121 -
CMYK 0 0.44 0.21 0.4
HSL 328.24º 0.29% 0.47% -
HSV(B) 328.24º 0.44% 0.6% -
XYZ 19.84 14.65 19.87 -
YUV 109.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 153 85 121 0 0.44 0.21 0.4 328.24 0.29 0.47
Hex 99 55 79 0 2C 15 28 148 1D 2F
Octal 231 125 171 0 54 25 50 510 35 57
Binary 10011001 1010101 1111001 0 101100 10101 101000 101001000 11101 101111

Color Harmonies of #995579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995579

Black with #995579

Text Example


Text Example

White with #995579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995579; }

 p { color: rgb(153,85,121); }

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

background-color css

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

 a { background-color: rgb(153,85,121); }

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

border-color css

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

 span { border-color: rgb(153,85,121); }

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