Html Css Color HEX #9C667D Strikemaster

📋 copy color: '#9C667D'

red 156 ◦ green 102 ◦ blue 125

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

Shades of Strikemaster #9C667D

Tints of Strikemaster #9C667D

RGB

 RED value IS 156 (61.33% from 255) = 40.73%

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

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

R = 40.73%
G = 26.63%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C667D (or 0x9C667D) is known color: Strikemaster. HEX triplet: 9C, 66 and 7D. RGB value is (156,102,125). Sum of RGB (Red+Green+Blue) = 156+102+125=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C667D is #639982. Grayscale: #787878. Windows color (decimal): -6527363 or 8218268. OLE color: 8218268.

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

Color convert

RGB 156 102 125 -
CMYK 0 0.35 0.20 0.39
HSL 334.44º 0.21% 0.51% -
HSV(B) 334.44º 0.35% 0.61% -
XYZ 22.16 18.05 21.72 -
YUV 120.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 156 102 125 0 0.35 0.20 0.39 334.44 0.21 0.51
Hex 9C 66 7D 0 23 14 27 14E 15 33
Octal 234 146 175 0 43 24 47 516 25 63
Binary 10011100 1100110 1111101 0 100011 10100 100111 101001110 10101 110011

Color Harmonies of #9C667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C667D

Black with #9C667D

Text Example


Text Example

White with #9C667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,102,125); }

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

background-color css

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

 a { background-color: rgb(156,102,125); }

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

border-color css

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

 span { border-color: rgb(156,102,125); }

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