Html Css Color HEX #935976 Strikemaster

📋 copy color: '#935976'

red 147 ◦ green 89 ◦ blue 118

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

Shades of Strikemaster #935976

Tints of Strikemaster #935976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 41.53%
G = 25.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#935976 (or 0x935976) is known color: Strikemaster. HEX triplet: 93, 59 and 76. RGB value is (147,89,118). Sum of RGB (Red+Green+Blue) = 147+89+118=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #935976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935976 is #6CA689. Grayscale: #6D6D6D. Windows color (decimal): -7120522 or 7756179. OLE color: 7756179.

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

Color convert

RGB 147 89 118 -
CMYK 0 0.39 0.20 0.42
HSL 330º 0.25% 0.46% -
HSV(B) 330º 0.39% 0.58% -
XYZ 18.88 14.66 18.97 -
YUV 109.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 147 89 118 0 0.39 0.20 0.42 330 0.25 0.46
Hex 93 59 76 0 27 14 2A 14A 19 2E
Octal 223 131 166 0 47 24 52 512 31 56
Binary 10010011 1011001 1110110 0 100111 10100 101010 101001010 11001 101110

Color Harmonies of #935976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935976

Black with #935976

Text Example


Text Example

White with #935976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935976; }

 p { color: rgb(147,89,118); }

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

background-color css

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

 a { background-color: rgb(147,89,118); }

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

border-color css

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

 span { border-color: rgb(147,89,118); }

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