Html Css Color HEX #93688A Strikemaster

📋 copy color: '#93688A'

red 147 ◦ green 104 ◦ blue 138

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

Shades of Strikemaster #93688A

Tints of Strikemaster #93688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 37.79%
G = 26.74%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93688A (or 0x93688A) is known color: Strikemaster. HEX triplet: 93, 68 and 8A. RGB value is (147,104,138). Sum of RGB (Red+Green+Blue) = 147+104+138=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93688A is #6C9775. Grayscale: #787878. Windows color (decimal): -7116662 or 9070739. OLE color: 9070739.

HSL color Cylindrical-coordinate representation of color #93688A: hue angle of 312.56º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93688A is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 104 138 -
CMYK 0 0.29 0.06 0.42
HSL 312.56º 0.17% 0.49% -
HSV(B) 312.56º 0.29% 0.58% -
XYZ 21.57 17.94 26.37 -
YUV 120.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 147 104 138 0 0.29 0.06 0.42 312.56 0.17 0.49
Hex 93 68 8A 0 1D 6 2A 139 11 31
Octal 223 150 212 0 35 6 52 471 21 61
Binary 10010011 1101000 10001010 0 11101 110 101010 100111001 10001 110001

Color Harmonies of #93688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93688A

Black with #93688A

Text Example


Text Example

White with #93688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93688A; }

 p { color: rgb(147,104,138); }

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

background-color css

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

 a { background-color: rgb(147,104,138); }

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

border-color css

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

 span { border-color: rgb(147,104,138); }

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