Html Css Color HEX #9C617D Strikemaster

📋 copy color: '#9C617D'

red 156 ◦ green 97 ◦ blue 125

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

Shades of Strikemaster #9C617D

Tints of Strikemaster #9C617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.66%

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

R = 41.27%
G = 25.66%
B = 33.07%

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

#9C617D (or 0x9C617D) is known color: Strikemaster. HEX triplet: 9C, 61 and 7D. RGB value is (156,97,125). Sum of RGB (Red+Green+Blue) = 156+97+125=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C617D is #639E82. Grayscale: #757575. Windows color (decimal): -6528643 or 8216988. OLE color: 8216988.

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

Color convert

RGB 156 97 125 -
CMYK 0 0.38 0.20 0.39
HSL 331.53º 0.23% 0.5% -
HSV(B) 331.53º 0.38% 0.61% -
XYZ 21.69 17.1 21.56 -
YUV 117.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 156 97 125 0 0.38 0.20 0.39 331.53 0.23 0.5
Hex 9C 61 7D 0 26 14 27 14C 17 32
Octal 234 141 175 0 46 24 47 514 27 62
Binary 10011100 1100001 1111101 0 100110 10100 100111 101001100 10111 110010

Color Harmonies of #9C617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C617D

Black with #9C617D

Text Example


Text Example

White with #9C617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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