Html Css Color HEX #9C6383 Strikemaster

📋 copy color: '#9C6383'

red 156 ◦ green 99 ◦ blue 131

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

Shades of Strikemaster #9C6383

Tints of Strikemaster #9C6383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 40.41%
G = 25.65%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C6383 (or 0x9C6383) is known color: Strikemaster. HEX triplet: 9C, 63 and 83. RGB value is (156,99,131). Sum of RGB (Red+Green+Blue) = 156+99+131=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6383 is #639C7C. Grayscale: #777777. Windows color (decimal): -6528125 or 8610716. OLE color: 8610716.

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

Color convert

RGB 156 99 131 -
CMYK 0 0.37 0.16 0.39
HSL 326.32º 0.22% 0.5% -
HSV(B) 326.32º 0.37% 0.61% -
XYZ 22.27 17.63 23.7 -
YUV 119.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 156 99 131 0 0.37 0.16 0.39 326.32 0.22 0.5
Hex 9C 63 83 0 25 10 27 146 16 32
Octal 234 143 203 0 45 20 47 506 26 62
Binary 10011100 1100011 10000011 0 100101 10000 100111 101000110 10110 110010

Color Harmonies of #9C6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6383

Black with #9C6383

Text Example


Text Example

White with #9C6383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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