Html Css Color HEX #93587D Strikemaster

📋 copy color: '#93587D'

red 147 ◦ green 88 ◦ blue 125

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

Shades of Strikemaster #93587D

Tints of Strikemaster #93587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 40.83%
G = 24.44%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93587D (or 0x93587D) is known color: Strikemaster. HEX triplet: 93, 58 and 7D. RGB value is (147,88,125). Sum of RGB (Red+Green+Blue) = 147+88+125=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #93587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93587D is #6CA782. Grayscale: #6D6D6D. Windows color (decimal): -7120771 or 8214675. OLE color: 8214675.

HSL color Cylindrical-coordinate representation of color #93587D: hue angle of 322.37º 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 #93587D is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 125 -
CMYK 0 0.40 0.15 0.42
HSL 322.37º 0.25% 0.46% -
HSV(B) 322.37º 0.4% 0.58% -
XYZ 19.22 14.66 21.22 -
YUV 109.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 147 88 125 0 0.40 0.15 0.42 322.37 0.25 0.46
Hex 93 58 7D 0 28 F 2A 142 19 2E
Octal 223 130 175 0 50 17 52 502 31 56
Binary 10010011 1011000 1111101 0 101000 1111 101010 101000010 11001 101110

Color Harmonies of #93587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93587D

Black with #93587D

Text Example


Text Example

White with #93587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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