Html Css Color HEX #9C6783 Strikemaster

📋 copy color: '#9C6783'

red 156 ◦ green 103 ◦ blue 131

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

Shades of Strikemaster #9C6783

Tints of Strikemaster #9C6783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

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

R = 40%
G = 26.41%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C6783 (or 0x9C6783) is known color: Strikemaster. HEX triplet: 9C, 67 and 83. RGB value is (156,103,131). Sum of RGB (Red+Green+Blue) = 156+103+131=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6783 is #63987C. Grayscale: #797979. Windows color (decimal): -6527101 or 8611740. OLE color: 8611740.

HSL color Cylindrical-coordinate representation of color #9C6783: hue angle of 328.3º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C6783 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 103 131 -
CMYK 0 0.34 0.16 0.39
HSL 328.3º 0.21% 0.51% -
HSV(B) 328.3º 0.34% 0.61% -
XYZ 22.66 18.41 23.83 -
YUV 122.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 156 103 131 0 0.34 0.16 0.39 328.3 0.21 0.51
Hex 9C 67 83 0 22 10 27 148 15 33
Octal 234 147 203 0 42 20 47 510 25 63
Binary 10011100 1100111 10000011 0 100010 10000 100111 101001000 10101 110011

Color Harmonies of #9C6783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6783

Black with #9C6783

Text Example


Text Example

White with #9C6783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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