Html Css Color HEX #935D7D Strikemaster

📋 copy color: '#935D7D'

red 147 ◦ green 93 ◦ blue 125

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

Shades of Strikemaster #935D7D

Tints of Strikemaster #935D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

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

R = 40.27%
G = 25.48%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#935D7D (or 0x935D7D) is known color: Strikemaster. HEX triplet: 93, 5D and 7D. RGB value is (147,93,125). Sum of RGB (Red+Green+Blue) = 147+93+125=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #935D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D7D is #6CA282. Grayscale: #707070. Windows color (decimal): -7119491 or 8215955. OLE color: 8215955.

HSL color Cylindrical-coordinate representation of color #935D7D: hue angle of 324.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935D7D is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 93 125 -
CMYK 0 0.37 0.15 0.42
HSL 324.44º 0.23% 0.47% -
HSV(B) 324.44º 0.37% 0.58% -
XYZ 19.65 15.51 21.36 -
YUV 112.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 147 93 125 0 0.37 0.15 0.42 324.44 0.23 0.47
Hex 93 5D 7D 0 25 F 2A 144 16 2F
Octal 223 135 175 0 45 17 52 504 26 57
Binary 10010011 1011101 1111101 0 100101 1111 101010 101000100 10110 101111

Color Harmonies of #935D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935D7D

Black with #935D7D

Text Example


Text Example

White with #935D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935D7D; }

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

 H1.HeaderClassName
 {
   color: #935D7D;
 }
 .AnyTagClassName
 {
   color: #935D7D;
 }
</style>

background-color css

<style>
 a { background-color: #935D7D; }

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

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

border-color css

<style>
 span { border-color: #935D7D; }

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

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