Html Css Color HEX #936E83 Strikemaster

📋 copy color: '#936E83'

red 147 ◦ green 110 ◦ blue 131

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

Shades of Strikemaster #936E83

Tints of Strikemaster #936E83

RGB

 RED value IS 147 (57.81% from 255) = 37.89%

 GREEN value IS 110 (43.36% from 255) = 28.35%

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

R = 37.89%
G = 28.35%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#936E83 (or 0x936E83) is known color: Strikemaster. HEX triplet: 93, 6E and 83. RGB value is (147,110,131). Sum of RGB (Red+Green+Blue) = 147+110+131=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #936E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936E83 is #6C917C. Grayscale: #7B7B7B. Windows color (decimal): -7115133 or 8613523. OLE color: 8613523.

HSL color Cylindrical-coordinate representation of color #936E83: hue angle of 325.95º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #936E83 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 110 131 -
CMYK 0 0.25 0.11 0.42
HSL 325.95º 0.15% 0.5% -
HSV(B) 325.95º 0.25% 0.58% -
XYZ 21.71 18.99 23.99 -
YUV 123.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 147 110 131 0 0.25 0.11 0.42 325.95 0.15 0.5
Hex 93 6E 83 0 19 B 2A 146 F 32
Octal 223 156 203 0 31 13 52 506 17 62
Binary 10010011 1101110 10000011 0 11001 1011 101010 101000110 1111 110010

Color Harmonies of #936E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936E83

Black with #936E83

Text Example


Text Example

White with #936E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936E83; }

 p { color: rgb(147,110,131); }

 H1.HeaderClassName
 {
   color: #936E83;
 }
 .AnyTagClassName
 {
   color: #936E83;
 }
</style>

background-color css

<style>
 a { background-color: #936E83; }

 a { background-color: rgb(147,110,131); }

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

border-color css

<style>
 span { border-color: #936E83; }

 span { border-color: rgb(147,110,131); }

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