Html Css Color HEX #9C517F Strikemaster

📋 copy color: '#9C517F'

red 156 ◦ green 81 ◦ blue 127

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

Shades of Strikemaster #9C517F

Tints of Strikemaster #9C517F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

 BLUE value IS 127 (50% from 255) = 34.89%

R = 42.86%
G = 22.25%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C517F (or 0x9C517F) is known color: Strikemaster. HEX triplet: 9C, 51 and 7F. RGB value is (156,81,127). Sum of RGB (Red+Green+Blue) = 156+81+127=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C517F is #63AE80. Grayscale: #6C6C6C. Windows color (decimal): -6532737 or 8343964. OLE color: 8343964.

HSL color Cylindrical-coordinate representation of color #9C517F: hue angle of 323.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C517F is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 81 127 -
CMYK 0 0.48 0.19 0.39
HSL 323.2º 0.32% 0.46% -
HSV(B) 323.2º 0.48% 0.61% -
XYZ 20.48 14.49 21.79 -
YUV 108.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 156 81 127 0 0.48 0.19 0.39 323.2 0.32 0.46
Hex 9C 51 7F 0 30 13 27 143 20 2E
Octal 234 121 177 0 60 23 47 503 40 56
Binary 10011100 1010001 1111111 0 110000 10011 100111 101000011 100000 101110

Color Harmonies of #9C517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C517F

Black with #9C517F

Text Example


Text Example

White with #9C517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,81,127); }

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

background-color css

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

 a { background-color: rgb(156,81,127); }

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

border-color css

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

 span { border-color: rgb(156,81,127); }

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