Html Css Color HEX #9B5A79 Strikemaster

📋 copy color: '#9B5A79'

red 155 ◦ green 90 ◦ blue 121

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

Shades of Strikemaster #9B5A79

Tints of Strikemaster #9B5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

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

R = 42.35%
G = 24.59%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B5A79 (or 0x9B5A79) is known color: Strikemaster. HEX triplet: 9B, 5A and 79. RGB value is (155,90,121). Sum of RGB (Red+Green+Blue) = 155+90+121=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A79 is #64A586. Grayscale: #707070. Windows color (decimal): -6595975 or 7953051. OLE color: 7953051.

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

Color convert

RGB 155 90 121 -
CMYK 0 0.42 0.22 0.39
HSL 331.38º 0.27% 0.48% -
HSV(B) 331.38º 0.42% 0.61% -
XYZ 20.62 15.66 20.03 -
YUV 112.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 155 90 121 0 0.42 0.22 0.39 331.38 0.27 0.48
Hex 9B 5A 79 0 2A 16 27 14B 1B 30
Octal 233 132 171 0 52 26 47 513 33 60
Binary 10011011 1011010 1111001 0 101010 10110 100111 101001011 11011 110000

Color Harmonies of #9B5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A79

Black with #9B5A79

Text Example


Text Example

White with #9B5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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