Html Css Color HEX #93587A Strikemaster

📋 copy color: '#93587A'

red 147 ◦ green 88 ◦ blue 122

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

Shades of Strikemaster #93587A

Tints of Strikemaster #93587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 41.18%
G = 24.65%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#93587A (or 0x93587A) is known color: Strikemaster. HEX triplet: 93, 58 and 7A. RGB value is (147,88,122). Sum of RGB (Red+Green+Blue) = 147+88+122=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93587A is #6CA785. Grayscale: #6D6D6D. Windows color (decimal): -7120774 or 8018067. OLE color: 8018067.

HSL color Cylindrical-coordinate representation of color #93587A: hue angle of 325.42º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93587A is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 122 -
CMYK 0 0.40 0.17 0.42
HSL 325.42º 0.25% 0.46% -
HSV(B) 325.42º 0.4% 0.58% -
XYZ 19.04 14.59 20.22 -
YUV 109.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 147 88 122 0 0.40 0.17 0.42 325.42 0.25 0.46
Hex 93 58 7A 0 28 11 2A 145 19 2E
Octal 223 130 172 0 50 21 52 505 31 56
Binary 10010011 1011000 1111010 0 101000 10001 101010 101000101 11001 101110

Color Harmonies of #93587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93587A

Black with #93587A

Text Example


Text Example

White with #93587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,88,122); }

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

background-color css

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

 a { background-color: rgb(147,88,122); }

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

border-color css

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

 span { border-color: rgb(147,88,122); }

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