Html Css Color HEX #9C6F87 Strikemaster

📋 copy color: '#9C6F87'

red 156 ◦ green 111 ◦ blue 135

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

Shades of Strikemaster #9C6F87

Tints of Strikemaster #9C6F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 135 (53.13% from 255) = 33.58%

R = 38.81%
G = 27.61%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C6F87 (or 0x9C6F87) is known color: Strikemaster. HEX triplet: 9C, 6F and 87. RGB value is (156,111,135). Sum of RGB (Red+Green+Blue) = 156+111+135=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F87 is #639078. Grayscale: #7F7F7F. Windows color (decimal): -6525049 or 8875932. OLE color: 8875932.

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

Color convert

RGB 156 111 135 -
CMYK 0 0.29 0.13 0.39
HSL 328º 0.19% 0.52% -
HSV(B) 328º 0.29% 0.61% -
XYZ 23.77 20.19 25.57 -
YUV 127.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 156 111 135 0 0.29 0.13 0.39 328 0.19 0.52
Hex 9C 6F 87 0 1D D 27 148 13 34
Octal 234 157 207 0 35 15 47 510 23 64
Binary 10011100 1101111 10000111 0 11101 1101 100111 101001000 10011 110100

Color Harmonies of #9C6F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6F87

Black with #9C6F87

Text Example


Text Example

White with #9C6F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,111,135); }

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

background-color css

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

 a { background-color: rgb(156,111,135); }

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

border-color css

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

 span { border-color: rgb(156,111,135); }

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