Html Css Color HEX #93698A Strikemaster

📋 copy color: '#93698A'

red 147 ◦ green 105 ◦ blue 138

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

Shades of Strikemaster #93698A

Tints of Strikemaster #93698A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.92%

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

R = 37.69%
G = 26.92%
B = 35.38%

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

#93698A (or 0x93698A) is known color: Strikemaster. HEX triplet: 93, 69 and 8A. RGB value is (147,105,138). Sum of RGB (Red+Green+Blue) = 147+105+138=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93698A is #6C9675. Grayscale: #797979. Windows color (decimal): -7116406 or 9070995. OLE color: 9070995.

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

Color convert

RGB 147 105 138 -
CMYK 0 0.29 0.06 0.42
HSL 312.86º 0.17% 0.49% -
HSV(B) 312.86º 0.29% 0.58% -
XYZ 21.67 18.14 26.4 -
YUV 121.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 147 105 138 0 0.29 0.06 0.42 312.86 0.17 0.49
Hex 93 69 8A 0 1D 6 2A 139 11 31
Octal 223 151 212 0 35 6 52 471 21 61
Binary 10010011 1101001 10001010 0 11101 110 101010 100111001 10001 110001

Color Harmonies of #93698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93698A

Black with #93698A

Text Example


Text Example

White with #93698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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