Html Css Color HEX #93688B Strikemaster

📋 copy color: '#93688B'

red 147 ◦ green 104 ◦ blue 139

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

Shades of Strikemaster #93688B

Tints of Strikemaster #93688B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 37.69%
G = 26.67%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93688B (or 0x93688B) is known color: Strikemaster. HEX triplet: 93, 68 and 8B. RGB value is (147,104,139). Sum of RGB (Red+Green+Blue) = 147+104+139=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93688B is #6C9774. Grayscale: #787878. Windows color (decimal): -7116661 or 9136275. OLE color: 9136275.

HSL color Cylindrical-coordinate representation of color #93688B: hue angle of 311.16º 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 #93688B is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 104 139 -
CMYK 0 0.29 0.05 0.42
HSL 311.16º 0.17% 0.49% -
HSV(B) 311.16º 0.29% 0.58% -
XYZ 21.64 17.97 26.75 -
YUV 120.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 147 104 139 0 0.29 0.05 0.42 311.16 0.17 0.49
Hex 93 68 8B 0 1D 5 2A 137 11 31
Octal 223 150 213 0 35 5 52 467 21 61
Binary 10010011 1101000 10001011 0 11101 101 101010 100110111 10001 110001

Color Harmonies of #93688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93688B

Black with #93688B

Text Example


Text Example

White with #93688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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