Html Css Color HEX #9C6F83 Strikemaster

📋 copy color: '#9C6F83'

red 156 ◦ green 111 ◦ blue 131

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

Shades of Strikemaster #9C6F83

Tints of Strikemaster #9C6F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 39.2%
G = 27.89%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C6F83 (or 0x9C6F83) is known color: Strikemaster. HEX triplet: 9C, 6F and 83. RGB value is (156,111,131). Sum of RGB (Red+Green+Blue) = 156+111+131=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F83 is #63907C. Grayscale: #7E7E7E. Windows color (decimal): -6525053 or 8613788. OLE color: 8613788.

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

Color convert

RGB 156 111 131 -
CMYK 0 0.29 0.16 0.39
HSL 333.33º 0.19% 0.52% -
HSV(B) 333.33º 0.29% 0.61% -
XYZ 23.49 20.08 24.11 -
YUV 126.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 156 111 131 0 0.29 0.16 0.39 333.33 0.19 0.52
Hex 9C 6F 83 0 1D 10 27 14D 13 34
Octal 234 157 203 0 35 20 47 515 23 64
Binary 10011100 1101111 10000011 0 11101 10000 100111 101001101 10011 110100

Color Harmonies of #9C6F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6F83

Black with #9C6F83

Text Example


Text Example

White with #9C6F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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