Html Css Color HEX #995179 Strikemaster

📋 copy color: '#995179'

red 153 ◦ green 81 ◦ blue 121

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

Shades of Strikemaster #995179

Tints of Strikemaster #995179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

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

R = 43.1%
G = 22.82%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#995179 (or 0x995179) is known color: Strikemaster. HEX triplet: 99, 51 and 79. RGB value is (153,81,121). Sum of RGB (Red+Green+Blue) = 153+81+121=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #995179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995179 is #66AE86. Grayscale: #6B6B6B. Windows color (decimal): -6729351 or 7950745. OLE color: 7950745.

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

Color convert

RGB 153 81 121 -
CMYK 0 0.47 0.21 0.4
HSL 326.67º 0.31% 0.46% -
HSV(B) 326.67º 0.47% 0.6% -
XYZ 19.53 14.04 19.77 -
YUV 107.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 153 81 121 0 0.47 0.21 0.4 326.67 0.31 0.46
Hex 99 51 79 0 2F 15 28 147 1F 2E
Octal 231 121 171 0 57 25 50 507 37 56
Binary 10011001 1010001 1111001 0 101111 10101 101000 101000111 11111 101110

Color Harmonies of #995179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995179

Black with #995179

Text Example


Text Example

White with #995179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995179; }

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

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

background-color css

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

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

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

border-color css

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

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

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