Html Css Color HEX #93507D Strikemaster

📋 copy color: '#93507D'

red 147 ◦ green 80 ◦ blue 125

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

Shades of Strikemaster #93507D

Tints of Strikemaster #93507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

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

R = 41.76%
G = 22.73%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93507D (or 0x93507D) is known color: Strikemaster. HEX triplet: 93, 50 and 7D. RGB value is (147,80,125). Sum of RGB (Red+Green+Blue) = 147+80+125=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93507D is #6CAF82. Grayscale: #696969. Windows color (decimal): -7122819 or 8212627. OLE color: 8212627.

HSL color Cylindrical-coordinate representation of color #93507D: hue angle of 319.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93507D is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 80 125 -
CMYK 0 0.46 0.15 0.42
HSL 319.7º 0.3% 0.45% -
HSV(B) 319.7º 0.46% 0.58% -
XYZ 18.6 13.42 21.01 -
YUV 105.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 147 80 125 0 0.46 0.15 0.42 319.7 0.3 0.45
Hex 93 50 7D 0 2E F 2A 140 1E 2D
Octal 223 120 175 0 56 17 52 500 36 55
Binary 10010011 1010000 1111101 0 101110 1111 101010 101000000 11110 101101

Color Harmonies of #93507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93507D

Black with #93507D

Text Example


Text Example

White with #93507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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