Html Css Color HEX #9B587C Strikemaster

📋 copy color: '#9B587C'

red 155 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #9B587C

Tints of Strikemaster #9B587C

RGB

 RED value IS 155 (60.94% from 255) = 42.23%

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 42.23%
G = 23.98%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B587C (or 0x9B587C) is known color: Strikemaster. HEX triplet: 9B, 58 and 7C. RGB value is (155,88,124). Sum of RGB (Red+Green+Blue) = 155+88+124=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B587C is #64A783. Grayscale: #707070. Windows color (decimal): -6596484 or 8149147. OLE color: 8149147.

HSL color Cylindrical-coordinate representation of color #9B587C: hue angle of 327.76º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B587C is Cyan = 0, Magento = 0.43, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 88 124 -
CMYK 0 0.43 0.2 0.39
HSL 327.76º 0.28% 0.48% -
HSV(B) 327.76º 0.43% 0.61% -
XYZ 20.65 15.4 20.95 -
YUV 112.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 155 88 124 0 0.43 0.2 0.39 327.76 0.28 0.48
Hex 9B 58 7C 0 2B 14 27 148 1C 30
Octal 233 130 174 0 53 24 47 510 34 60
Binary 10011011 1011000 1111100 0 101011 10100 100111 101001000 11100 110000

Color Harmonies of #9B587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B587C

Black with #9B587C

Text Example


Text Example

White with #9B587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,88,124); }

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

background-color css

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

 a { background-color: rgb(155,88,124); }

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

border-color css

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

 span { border-color: rgb(155,88,124); }

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