Html Css Color HEX #9B5B7C Strikemaster

📋 copy color: '#9B5B7C'

red 155 ◦ green 91 ◦ blue 124

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

Shades of Strikemaster #9B5B7C

Tints of Strikemaster #9B5B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 41.89%
G = 24.59%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B5B7C (or 0x9B5B7C) is known color: Strikemaster. HEX triplet: 9B, 5B and 7C. RGB value is (155,91,124). Sum of RGB (Red+Green+Blue) = 155+91+124=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B7C is #64A483. Grayscale: #717171. Windows color (decimal): -6595716 or 8149915. OLE color: 8149915.

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

Color convert

RGB 155 91 124 -
CMYK 0 0.41 0.2 0.39
HSL 329.06º 0.26% 0.48% -
HSV(B) 329.06º 0.41% 0.61% -
XYZ 20.9 15.91 21.04 -
YUV 113.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 155 91 124 0 0.41 0.2 0.39 329.06 0.26 0.48
Hex 9B 5B 7C 0 29 14 27 149 1A 30
Octal 233 133 174 0 51 24 47 511 32 60
Binary 10011011 1011011 1111100 0 101001 10100 100111 101001001 11010 110000

Color Harmonies of #9B5B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5B7C

Black with #9B5B7C

Text Example


Text Example

White with #9B5B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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