Html Css Color HEX #9E6483 Strikemaster

📋 copy color: '#9E6483'

red 158 ◦ green 100 ◦ blue 131

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

Shades of Strikemaster #9E6483

Tints of Strikemaster #9E6483

RGB

 RED value IS 158 (62.11% from 255) = 40.62%

 GREEN value IS 100 (39.45% from 255) = 25.71%

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

R = 40.62%
G = 25.71%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9E6483 (or 0x9E6483) is known color: Strikemaster. HEX triplet: 9E, 64 and 83. RGB value is (158,100,131). Sum of RGB (Red+Green+Blue) = 158+100+131=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6483 is #619B7C. Grayscale: #787878. Windows color (decimal): -6396797 or 8610974. OLE color: 8610974.

HSL color Cylindrical-coordinate representation of color #9E6483: hue angle of 327.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6483 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 100 131 -
CMYK 0 0.37 0.17 0.38
HSL 327.93º 0.23% 0.51% -
HSV(B) 327.93º 0.37% 0.62% -
XYZ 22.75 18.02 23.75 -
YUV 120.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 158 100 131 0 0.37 0.17 0.38 327.93 0.23 0.51
Hex 9E 64 83 0 25 11 26 148 17 33
Octal 236 144 203 0 45 21 46 510 27 63
Binary 10011110 1100100 10000011 0 100101 10001 100110 101001000 10111 110011

Color Harmonies of #9E6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6483

Black with #9E6483

Text Example


Text Example

White with #9E6483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,100,131); }

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

background-color css

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

 a { background-color: rgb(158,100,131); }

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

border-color css

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

 span { border-color: rgb(158,100,131); }

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