Html Css Color HEX #9C507F Strikemaster

📋 copy color: '#9C507F'

red 156 ◦ green 80 ◦ blue 127

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

Shades of Strikemaster #9C507F

Tints of Strikemaster #9C507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

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

R = 42.98%
G = 22.04%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C507F (or 0x9C507F) is known color: Strikemaster. HEX triplet: 9C, 50 and 7F. RGB value is (156,80,127). Sum of RGB (Red+Green+Blue) = 156+80+127=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C507F is #63AF80. Grayscale: #6B6B6B. Windows color (decimal): -6532993 or 8343708. OLE color: 8343708.

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

Color convert

RGB 156 80 127 -
CMYK 0 0.49 0.19 0.39
HSL 322.89º 0.32% 0.46% -
HSV(B) 322.89º 0.49% 0.61% -
XYZ 20.41 14.34 21.77 -
YUV 108.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 156 80 127 0 0.49 0.19 0.39 322.89 0.32 0.46
Hex 9C 50 7F 0 31 13 27 143 20 2E
Octal 234 120 177 0 61 23 47 503 40 56
Binary 10011100 1010000 1111111 0 110001 10011 100111 101000011 100000 101110

Color Harmonies of #9C507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C507F

Black with #9C507F

Text Example


Text Example

White with #9C507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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