Html Css Color HEX #995879 Strikemaster

📋 copy color: '#995879'

red 153 ◦ green 88 ◦ blue 121

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

Shades of Strikemaster #995879

Tints of Strikemaster #995879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

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

R = 42.27%
G = 24.31%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#995879 (or 0x995879) is known color: Strikemaster. HEX triplet: 99, 58 and 79. RGB value is (153,88,121). Sum of RGB (Red+Green+Blue) = 153+88+121=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #995879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995879 is #66A786. Grayscale: #6F6F6F. Windows color (decimal): -6727559 or 7952537. OLE color: 7952537.

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

Color convert

RGB 153 88 121 -
CMYK 0 0.42 0.21 0.4
HSL 329.54º 0.27% 0.47% -
HSV(B) 329.54º 0.42% 0.6% -
XYZ 20.08 15.13 19.95 -
YUV 111.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 153 88 121 0 0.42 0.21 0.4 329.54 0.27 0.47
Hex 99 58 79 0 2A 15 28 14A 1B 2F
Octal 231 130 171 0 52 25 50 512 33 57
Binary 10011001 1011000 1111001 0 101010 10101 101000 101001010 11011 101111

Color Harmonies of #995879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995879

Black with #995879

Text Example


Text Example

White with #995879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995879; }

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

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

background-color css

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

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

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

border-color css

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

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

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