Html Css Color HEX #995279 Strikemaster

📋 copy color: '#995279'

red 153 ◦ green 82 ◦ blue 121

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

Shades of Strikemaster #995279

Tints of Strikemaster #995279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 42.98%
G = 23.03%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#995279 (or 0x995279) is known color: Strikemaster. HEX triplet: 99, 52 and 79. RGB value is (153,82,121). Sum of RGB (Red+Green+Blue) = 153+82+121=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995279 is #66AD86. Grayscale: #6B6B6B. Windows color (decimal): -6729095 or 7951001. OLE color: 7951001.

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

Color convert

RGB 153 82 121 -
CMYK 0 0.46 0.21 0.4
HSL 327.04º 0.3% 0.46% -
HSV(B) 327.04º 0.46% 0.6% -
XYZ 19.61 14.19 19.79 -
YUV 107.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 153 82 121 0 0.46 0.21 0.4 327.04 0.3 0.46
Hex 99 52 79 0 2E 15 28 147 1E 2E
Octal 231 122 171 0 56 25 50 507 36 56
Binary 10011001 1010010 1111001 0 101110 10101 101000 101000111 11110 101110

Color Harmonies of #995279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995279

Black with #995279

Text Example


Text Example

White with #995279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995279; }

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

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

background-color css

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

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

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

border-color css

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

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

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