Html Css Color HEX #9B637C Strikemaster

📋 copy color: '#9B637C'

red 155 ◦ green 99 ◦ blue 124

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

Shades of Strikemaster #9B637C

Tints of Strikemaster #9B637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.19%

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

R = 41.01%
G = 26.19%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B637C (or 0x9B637C) is known color: Strikemaster. HEX triplet: 9B, 63 and 7C. RGB value is (155,99,124). Sum of RGB (Red+Green+Blue) = 155+99+124=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B637C is #649C83. Grayscale: #767676. Windows color (decimal): -6593668 or 8151963. OLE color: 8151963.

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

Color convert

RGB 155 99 124 -
CMYK 0 0.36 0.2 0.39
HSL 333.21º 0.22% 0.5% -
HSV(B) 333.21º 0.36% 0.61% -
XYZ 21.62 17.35 21.28 -
YUV 118.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 155 99 124 0 0.36 0.2 0.39 333.21 0.22 0.5
Hex 9B 63 7C 0 24 14 27 14D 16 32
Octal 233 143 174 0 44 24 47 515 26 62
Binary 10011011 1100011 1111100 0 100100 10100 100111 101001101 10110 110010

Color Harmonies of #9B637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B637C

Black with #9B637C

Text Example


Text Example

White with #9B637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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