Html Css Color HEX #9A5879 Strikemaster

📋 copy color: '#9A5879'

red 154 ◦ green 88 ◦ blue 121

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

Shades of Strikemaster #9A5879

Tints of Strikemaster #9A5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

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

R = 42.42%
G = 24.24%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A5879 (or 0x9A5879) is known color: Strikemaster. HEX triplet: 9A, 58 and 79. RGB value is (154,88,121). Sum of RGB (Red+Green+Blue) = 154+88+121=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5879 is #65A786. Grayscale: #6F6F6F. Windows color (decimal): -6662023 or 7952538. OLE color: 7952538.

HSL color Cylindrical-coordinate representation of color #9A5879: hue angle of 330º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A5879 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 88 121 -
CMYK 0 0.43 0.21 0.40
HSL 330º 0.27% 0.47% -
HSV(B) 330º 0.43% 0.6% -
XYZ 20.27 15.23 19.96 -
YUV 111.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 154 88 121 0 0.43 0.21 0.40 330 0.27 0.47
Hex 9A 58 79 0 2B 15 28 14A 1B 2F
Octal 232 130 171 0 53 25 50 512 33 57
Binary 10011010 1011000 1111001 0 101011 10101 101000 101001010 11011 101111

Color Harmonies of #9A5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5879

Black with #9A5879

Text Example


Text Example

White with #9A5879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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