Html Css Color HEX #9B637D Strikemaster

📋 copy color: '#9B637D'

red 155 ◦ green 99 ◦ blue 125

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

Shades of Strikemaster #9B637D

Tints of Strikemaster #9B637D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 40.9%
G = 26.12%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B637D (or 0x9B637D) is known color: Strikemaster. HEX triplet: 9B, 63 and 7D. RGB value is (155,99,125). Sum of RGB (Red+Green+Blue) = 155+99+125=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B637D is #649C82. Grayscale: #767676. Windows color (decimal): -6593667 or 8217499. OLE color: 8217499.

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

Color convert

RGB 155 99 125 -
CMYK 0 0.36 0.19 0.39
HSL 332.14º 0.22% 0.5% -
HSV(B) 332.14º 0.36% 0.61% -
XYZ 21.68 17.37 21.61 -
YUV 118.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 155 99 125 0 0.36 0.19 0.39 332.14 0.22 0.5
Hex 9B 63 7D 0 24 13 27 14C 16 32
Octal 233 143 175 0 44 23 47 514 26 62
Binary 10011011 1100011 1111101 0 100100 10011 100111 101001100 10110 110010

Color Harmonies of #9B637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B637D

Black with #9B637D

Text Example


Text Example

White with #9B637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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