Html Css Color HEX #9A587D Strikemaster

📋 copy color: '#9A587D'

red 154 ◦ green 88 ◦ blue 125

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

Shades of Strikemaster #9A587D

Tints of Strikemaster #9A587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 41.96%
G = 23.98%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A587D (or 0x9A587D) is known color: Strikemaster. HEX triplet: 9A, 58 and 7D. RGB value is (154,88,125). Sum of RGB (Red+Green+Blue) = 154+88+125=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A587D is #65A782. Grayscale: #6F6F6F. Windows color (decimal): -6662019 or 8214682. OLE color: 8214682.

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

Color convert

RGB 154 88 125 -
CMYK 0 0.43 0.19 0.40
HSL 326.36º 0.27% 0.47% -
HSV(B) 326.36º 0.43% 0.6% -
XYZ 20.52 15.33 21.28 -
YUV 111.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 154 88 125 0 0.43 0.19 0.40 326.36 0.27 0.47
Hex 9A 58 7D 0 2B 13 28 146 1B 2F
Octal 232 130 175 0 53 23 50 506 33 57
Binary 10011010 1011000 1111101 0 101011 10011 101000 101000110 11011 101111

Color Harmonies of #9A587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A587D

Black with #9A587D

Text Example


Text Example

White with #9A587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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