Html Css Color HEX #9B487E Strikemaster

📋 copy color: '#9B487E'

red 155 ◦ green 72 ◦ blue 126

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

Shades of Strikemaster #9B487E

Tints of Strikemaster #9B487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 43.91%
G = 20.4%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B487E (or 0x9B487E) is known color: Strikemaster. HEX triplet: 9B, 48 and 7E. RGB value is (155,72,126). Sum of RGB (Red+Green+Blue) = 155+72+126=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B487E is #64B781. Grayscale: #666666. Windows color (decimal): -6600578 or 8276123. OLE color: 8276123.

HSL color Cylindrical-coordinate representation of color #9B487E: hue angle of 320.96º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B487E is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 72 126 -
CMYK 0 0.54 0.19 0.39
HSL 320.96º 0.37% 0.45% -
HSV(B) 320.96º 0.54% 0.61% -
XYZ 19.6 13.11 21.24 -
YUV 102.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 155 72 126 0 0.54 0.19 0.39 320.96 0.37 0.45
Hex 9B 48 7E 0 36 13 27 141 25 2D
Octal 233 110 176 0 66 23 47 501 45 55
Binary 10011011 1001000 1111110 0 110110 10011 100111 101000001 100101 101101

Color Harmonies of #9B487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B487E

Black with #9B487E

Text Example


Text Example

White with #9B487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,72,126); }

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

background-color css

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

 a { background-color: rgb(155,72,126); }

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

border-color css

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

 span { border-color: rgb(155,72,126); }

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