Html Css Color HEX #9A5379 Strikemaster

📋 copy color: '#9A5379'

red 154 ◦ green 83 ◦ blue 121

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

Shades of Strikemaster #9A5379

Tints of Strikemaster #9A5379

RGB

 RED value IS 154 (60.55% from 255) = 43.02%

 GREEN value IS 83 (32.81% from 255) = 23.18%

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

R = 43.02%
G = 23.18%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A5379 (or 0x9A5379) is known color: Strikemaster. HEX triplet: 9A, 53 and 79. RGB value is (154,83,121). Sum of RGB (Red+Green+Blue) = 154+83+121=358 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.02% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5379 is #65AC86. Grayscale: #6C6C6C. Windows color (decimal): -6663303 or 7951258. OLE color: 7951258.

HSL color Cylindrical-coordinate representation of color #9A5379: hue angle of 327.89º 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 #9A5379 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 83 121 -
CMYK 0 0.46 0.21 0.40
HSL 327.89º 0.3% 0.46% -
HSV(B) 327.89º 0.46% 0.6% -
XYZ 19.87 14.44 19.83 -
YUV 108.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 154 83 121 0 0.46 0.21 0.40 327.89 0.3 0.46
Hex 9A 53 79 0 2E 15 28 148 1E 2E
Octal 232 123 171 0 56 25 50 510 36 56
Binary 10011010 1010011 1111001 0 101110 10101 101000 101001000 11110 101110

Color Harmonies of #9A5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5379

Black with #9A5379

Text Example


Text Example

White with #9A5379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5379; }

 p { color: rgb(154,83,121); }

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

background-color css

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

 a { background-color: rgb(154,83,121); }

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

border-color css

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

 span { border-color: rgb(154,83,121); }

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