Html Css Color HEX #9A587E Strikemaster

📋 copy color: '#9A587E'

red 154 ◦ green 88 ◦ blue 126

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

Shades of Strikemaster #9A587E

Tints of Strikemaster #9A587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 41.85%
G = 23.91%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A587E (or 0x9A587E) is known color: Strikemaster. HEX triplet: 9A, 58 and 7E. RGB value is (154,88,126). Sum of RGB (Red+Green+Blue) = 154+88+126=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A587E is #65A781. Grayscale: #6F6F6F. Windows color (decimal): -6662018 or 8280218. OLE color: 8280218.

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

Color convert

RGB 154 88 126 -
CMYK 0 0.43 0.18 0.40
HSL 325.45º 0.27% 0.47% -
HSV(B) 325.45º 0.43% 0.6% -
XYZ 20.58 15.36 21.62 -
YUV 112.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 154 88 126 0 0.43 0.18 0.40 325.45 0.27 0.47
Hex 9A 58 7E 0 2B 12 28 145 1B 2F
Octal 232 130 176 0 53 22 50 505 33 57
Binary 10011010 1011000 1111110 0 101011 10010 101000 101000101 11011 101111

Color Harmonies of #9A587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A587E

Black with #9A587E

Text Example


Text Example

White with #9A587E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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