Html Css Color HEX #9C517E Strikemaster

📋 copy color: '#9C517E'

red 156 ◦ green 81 ◦ blue 126

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

Shades of Strikemaster #9C517E

Tints of Strikemaster #9C517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 42.98%
G = 22.31%
B = 34.71%

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

#9C517E (or 0x9C517E) is known color: Strikemaster. HEX triplet: 9C, 51 and 7E. RGB value is (156,81,126). Sum of RGB (Red+Green+Blue) = 156+81+126=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C517E is #63AE81. Grayscale: #6C6C6C. Windows color (decimal): -6532738 or 8278428. OLE color: 8278428.

HSL color Cylindrical-coordinate representation of color #9C517E: hue angle of 324º 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 #9C517E is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 81 126 -
CMYK 0 0.48 0.19 0.39
HSL 324º 0.32% 0.46% -
HSV(B) 324º 0.48% 0.61% -
XYZ 20.42 14.46 21.45 -
YUV 108.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 156 81 126 0 0.48 0.19 0.39 324 0.32 0.46
Hex 9C 51 7E 0 30 13 27 144 20 2E
Octal 234 121 176 0 60 23 47 504 40 56
Binary 10011100 1010001 1111110 0 110000 10011 100111 101000100 100000 101110

Color Harmonies of #9C517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C517E

Black with #9C517E

Text Example


Text Example

White with #9C517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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