Html Css Color HEX #9B637F Strikemaster

📋 copy color: '#9B637F'

red 155 ◦ green 99 ◦ blue 127

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

Shades of Strikemaster #9B637F

Tints of Strikemaster #9B637F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.33%

R = 40.68%
G = 25.98%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B637F (or 0x9B637F) is known color: Strikemaster. HEX triplet: 9B, 63 and 7F. RGB value is (155,99,127). Sum of RGB (Red+Green+Blue) = 155+99+127=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B637F is #649C80. Grayscale: #767676. Windows color (decimal): -6593665 or 8348571. OLE color: 8348571.

HSL color Cylindrical-coordinate representation of color #9B637F: hue angle of 330º 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 #9B637F is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 127 -
CMYK 0 0.36 0.18 0.39
HSL 330º 0.22% 0.5% -
HSV(B) 330º 0.36% 0.61% -
XYZ 21.81 17.42 22.29 -
YUV 118.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 155 99 127 0 0.36 0.18 0.39 330 0.22 0.5
Hex 9B 63 7F 0 24 12 27 14A 16 32
Octal 233 143 177 0 44 22 47 512 26 62
Binary 10011011 1100011 1111111 0 100100 10010 100111 101001010 10110 110010

Color Harmonies of #9B637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B637F

Black with #9B637F

Text Example


Text Example

White with #9B637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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