Html Css Color HEX #9E647B Strikemaster

📋 copy color: '#9E647B'

red 158 ◦ green 100 ◦ blue 123

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

Shades of Strikemaster #9E647B

Tints of Strikemaster #9E647B

RGB

 RED value IS 158 (62.11% from 255) = 41.47%

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 41.47%
G = 26.25%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E647B (or 0x9E647B) is known color: Strikemaster. HEX triplet: 9E, 64 and 7B. RGB value is (158,100,123). Sum of RGB (Red+Green+Blue) = 158+100+123=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E647B is #619B84. Grayscale: #777777. Windows color (decimal): -6396805 or 8086686. OLE color: 8086686.

HSL color Cylindrical-coordinate representation of color #9E647B: hue angle of 336.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E647B is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 100 123 -
CMYK 0 0.37 0.22 0.38
HSL 336.21º 0.23% 0.51% -
HSV(B) 336.21º 0.37% 0.62% -
XYZ 22.23 17.81 21.01 -
YUV 119.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 158 100 123 0 0.37 0.22 0.38 336.21 0.23 0.51
Hex 9E 64 7B 0 25 16 26 150 17 33
Octal 236 144 173 0 45 26 46 520 27 63
Binary 10011110 1100100 1111011 0 100101 10110 100110 101010000 10111 110011

Color Harmonies of #9E647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E647B

Black with #9E647B

Text Example


Text Example

White with #9E647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,100,123); }

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

background-color css

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

 a { background-color: rgb(158,100,123); }

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

border-color css

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

 span { border-color: rgb(158,100,123); }

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