Html Css Color HEX #9C6283 Strikemaster

📋 copy color: '#9C6283'

red 156 ◦ green 98 ◦ blue 131

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

Shades of Strikemaster #9C6283

Tints of Strikemaster #9C6283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

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

R = 40.52%
G = 25.45%
B = 34.03%

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

#9C6283 (or 0x9C6283) is known color: Strikemaster. HEX triplet: 9C, 62 and 83. RGB value is (156,98,131). Sum of RGB (Red+Green+Blue) = 156+98+131=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6283 is #639D7C. Grayscale: #777777. Windows color (decimal): -6528381 or 8610460. OLE color: 8610460.

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

Color convert

RGB 156 98 131 -
CMYK 0 0.37 0.16 0.39
HSL 325.86º 0.23% 0.5% -
HSV(B) 325.86º 0.37% 0.61% -
XYZ 22.17 17.44 23.67 -
YUV 119.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 156 98 131 0 0.37 0.16 0.39 325.86 0.23 0.5
Hex 9C 62 83 0 25 10 27 146 17 32
Octal 234 142 203 0 45 20 47 506 27 62
Binary 10011100 1100010 10000011 0 100101 10000 100111 101000110 10111 110010

Color Harmonies of #9C6283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6283

Black with #9C6283

Text Example


Text Example

White with #9C6283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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