Html Css Color HEX #9C607D Strikemaster

📋 copy color: '#9C607D'

red 156 ◦ green 96 ◦ blue 125

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

Shades of Strikemaster #9C607D

Tints of Strikemaster #9C607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

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

R = 41.38%
G = 25.46%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C607D (or 0x9C607D) is known color: Strikemaster. HEX triplet: 9C, 60 and 7D. RGB value is (156,96,125). Sum of RGB (Red+Green+Blue) = 156+96+125=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C607D is #639F82. Grayscale: #757575. Windows color (decimal): -6528899 or 8216732. OLE color: 8216732.

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

Color convert

RGB 156 96 125 -
CMYK 0 0.38 0.20 0.39
HSL 331º 0.24% 0.49% -
HSV(B) 331º 0.38% 0.61% -
XYZ 21.59 16.91 21.53 -
YUV 117.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 156 96 125 0 0.38 0.20 0.39 331 0.24 0.49
Hex 9C 60 7D 0 26 14 27 14B 18 31
Octal 234 140 175 0 46 24 47 513 30 61
Binary 10011100 1100000 1111101 0 100110 10100 100111 101001011 11000 110001

Color Harmonies of #9C607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C607D

Black with #9C607D

Text Example


Text Example

White with #9C607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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