Html Css Color HEX #936585 Strikemaster

📋 copy color: '#936585'

red 147 ◦ green 101 ◦ blue 133

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

Shades of Strikemaster #936585

Tints of Strikemaster #936585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

 BLUE value IS 133 (52.34% from 255) = 34.91%

R = 38.58%
G = 26.51%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#936585 (or 0x936585) is known color: Strikemaster. HEX triplet: 93, 65 and 85. RGB value is (147,101,133). Sum of RGB (Red+Green+Blue) = 147+101+133=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #936585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936585 is #6C9A7A. Grayscale: #767676. Windows color (decimal): -7117435 or 8742291. OLE color: 8742291.

HSL color Cylindrical-coordinate representation of color #936585: hue angle of 318.26º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936585 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 101 133 -
CMYK 0 0.31 0.10 0.42
HSL 318.26º 0.19% 0.49% -
HSV(B) 318.26º 0.31% 0.58% -
XYZ 20.92 17.2 24.41 -
YUV 118.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 147 101 133 0 0.31 0.10 0.42 318.26 0.19 0.49
Hex 93 65 85 0 1F A 2A 13E 13 31
Octal 223 145 205 0 37 12 52 476 23 61
Binary 10010011 1100101 10000101 0 11111 1010 101010 100111110 10011 110001

Color Harmonies of #936585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936585

Black with #936585

Text Example


Text Example

White with #936585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936585; }

 p { color: rgb(147,101,133); }

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

background-color css

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

 a { background-color: rgb(147,101,133); }

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

border-color css

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

 span { border-color: rgb(147,101,133); }

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