Html Css Color HEX #9B627C Strikemaster

📋 copy color: '#9B627C'

red 155 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #9B627C

Tints of Strikemaster #9B627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.99%

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

R = 41.11%
G = 25.99%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B627C (or 0x9B627C) is known color: Strikemaster. HEX triplet: 9B, 62 and 7C. RGB value is (155,98,124). Sum of RGB (Red+Green+Blue) = 155+98+124=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B627C is #649D83. Grayscale: #757575. Windows color (decimal): -6593924 or 8151707. OLE color: 8151707.

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

Color convert

RGB 155 98 124 -
CMYK 0 0.37 0.2 0.39
HSL 332.63º 0.23% 0.5% -
HSV(B) 332.63º 0.37% 0.61% -
XYZ 21.52 17.16 21.25 -
YUV 118.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 155 98 124 0 0.37 0.2 0.39 332.63 0.23 0.5
Hex 9B 62 7C 0 25 14 27 14D 17 32
Octal 233 142 174 0 45 24 47 515 27 62
Binary 10011011 1100010 1111100 0 100101 10100 100111 101001101 10111 110010

Color Harmonies of #9B627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B627C

Black with #9B627C

Text Example


Text Example

White with #9B627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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