Html Css Color HEX #9B5079 Strikemaster

📋 copy color: '#9B5079'

red 155 ◦ green 80 ◦ blue 121

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

Shades of Strikemaster #9B5079

Tints of Strikemaster #9B5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

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

R = 43.54%
G = 22.47%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B5079 (or 0x9B5079) is known color: Strikemaster. HEX triplet: 9B, 50 and 79. RGB value is (155,80,121). Sum of RGB (Red+Green+Blue) = 155+80+121=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5079 is #64AF86. Grayscale: #6B6B6B. Windows color (decimal): -6598535 or 7950491. OLE color: 7950491.

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

Color convert

RGB 155 80 121 -
CMYK 0 0.48 0.22 0.39
HSL 327.2º 0.32% 0.46% -
HSV(B) 327.2º 0.48% 0.61% -
XYZ 19.84 14.09 19.76 -
YUV 107.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 155 80 121 0 0.48 0.22 0.39 327.2 0.32 0.46
Hex 9B 50 79 0 30 16 27 147 20 2E
Octal 233 120 171 0 60 26 47 507 40 56
Binary 10011011 1010000 1111001 0 110000 10110 100111 101000111 100000 101110

Color Harmonies of #9B5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5079

Black with #9B5079

Text Example


Text Example

White with #9B5079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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