Html Css Color HEX #995079 Strikemaster

📋 copy color: '#995079'

red 153 ◦ green 80 ◦ blue 121

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

Shades of Strikemaster #995079

Tints of Strikemaster #995079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 43.22%
G = 22.6%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#995079 (or 0x995079) is known color: Strikemaster. HEX triplet: 99, 50 and 79. RGB value is (153,80,121). Sum of RGB (Red+Green+Blue) = 153+80+121=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #995079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995079 is #66AF86. Grayscale: #6A6A6A. Windows color (decimal): -6729607 or 7950489. OLE color: 7950489.

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

Color convert

RGB 153 80 121 -
CMYK 0 0.48 0.21 0.4
HSL 326.3º 0.31% 0.46% -
HSV(B) 326.3º 0.48% 0.6% -
XYZ 19.46 13.89 19.74 -
YUV 106.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 153 80 121 0 0.48 0.21 0.4 326.3 0.31 0.46
Hex 99 50 79 0 30 15 28 146 1F 2E
Octal 231 120 171 0 60 25 50 506 37 56
Binary 10011001 1010000 1111001 0 110000 10101 101000 101000110 11111 101110

Color Harmonies of #995079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995079

Black with #995079

Text Example


Text Example

White with #995079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995079; }

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

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

background-color css

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

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

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

border-color css

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

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

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