Html Css Color HEX #9B5379 Strikemaster

📋 copy color: '#9B5379'

red 155 ◦ green 83 ◦ blue 121

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

Shades of Strikemaster #9B5379

Tints of Strikemaster #9B5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

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

R = 43.18%
G = 23.12%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B5379 (or 0x9B5379) is known color: Strikemaster. HEX triplet: 9B, 53 and 79. RGB value is (155,83,121). Sum of RGB (Red+Green+Blue) = 155+83+121=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5379 is #64AC86. Grayscale: #6C6C6C. Windows color (decimal): -6597767 or 7951259. OLE color: 7951259.

HSL color Cylindrical-coordinate representation of color #9B5379: hue angle of 328.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5379 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 83 121 -
CMYK 0 0.46 0.22 0.39
HSL 328.33º 0.3% 0.47% -
HSV(B) 328.33º 0.46% 0.61% -
XYZ 20.06 14.54 19.84 -
YUV 108.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 155 83 121 0 0.46 0.22 0.39 328.33 0.3 0.47
Hex 9B 53 79 0 2E 16 27 148 1E 2F
Octal 233 123 171 0 56 26 47 510 36 57
Binary 10011011 1010011 1111001 0 101110 10110 100111 101001000 11110 101111

Color Harmonies of #9B5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5379

Black with #9B5379

Text Example


Text Example

White with #9B5379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,83,121); }

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

background-color css

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

 a { background-color: rgb(155,83,121); }

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

border-color css

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

 span { border-color: rgb(155,83,121); }

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