Html Css Color HEX #995479 Strikemaster

📋 copy color: '#995479'

red 153 ◦ green 84 ◦ blue 121

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

Shades of Strikemaster #995479

Tints of Strikemaster #995479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 42.74%
G = 23.46%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#995479 (or 0x995479) is known color: Strikemaster. HEX triplet: 99, 54 and 79. RGB value is (153,84,121). Sum of RGB (Red+Green+Blue) = 153+84+121=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #995479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995479 is #66AB86. Grayscale: #6C6C6C. Windows color (decimal): -6728583 or 7951513. OLE color: 7951513.

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

Color convert

RGB 153 84 121 -
CMYK 0 0.45 0.21 0.4
HSL 327.83º 0.29% 0.46% -
HSV(B) 327.83º 0.45% 0.6% -
XYZ 19.76 14.49 19.85 -
YUV 108.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 153 84 121 0 0.45 0.21 0.4 327.83 0.29 0.46
Hex 99 54 79 0 2D 15 28 148 1D 2E
Octal 231 124 171 0 55 25 50 510 35 56
Binary 10011001 1010100 1111001 0 101101 10101 101000 101001000 11101 101110

Color Harmonies of #995479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995479

Black with #995479

Text Example


Text Example

White with #995479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995479; }

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

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

background-color css

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

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

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

border-color css

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

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

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