Html Css Color HEX #9D667C Strikemaster

📋 copy color: '#9D667C'

red 157 ◦ green 102 ◦ blue 124

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

Shades of Strikemaster #9D667C

Tints of Strikemaster #9D667C

RGB

 RED value IS 157 (61.72% from 255) = 40.99%

 GREEN value IS 102 (40.23% from 255) = 26.63%

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

R = 40.99%
G = 26.63%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D667C (or 0x9D667C) is known color: Strikemaster. HEX triplet: 9D, 66 and 7C. RGB value is (157,102,124). Sum of RGB (Red+Green+Blue) = 157+102+124=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D667C is #629983. Grayscale: #787878. Windows color (decimal): -6461828 or 8152733. OLE color: 8152733.

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

Color convert

RGB 157 102 124 -
CMYK 0 0.35 0.21 0.38
HSL 336º 0.22% 0.51% -
HSV(B) 336º 0.35% 0.62% -
XYZ 22.29 18.13 21.39 -
YUV 120.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 157 102 124 0 0.35 0.21 0.38 336 0.22 0.51
Hex 9D 66 7C 0 23 15 26 150 16 33
Octal 235 146 174 0 43 25 46 520 26 63
Binary 10011101 1100110 1111100 0 100011 10101 100110 101010000 10110 110011

Color Harmonies of #9D667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D667C

Black with #9D667C

Text Example


Text Example

White with #9D667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,124); }

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

background-color css

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

 a { background-color: rgb(157,102,124); }

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

border-color css

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

 span { border-color: rgb(157,102,124); }

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