Html Css Color HEX #935076 Strikemaster

📋 copy color: '#935076'

red 147 ◦ green 80 ◦ blue 118

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

Shades of Strikemaster #935076

Tints of Strikemaster #935076

RGB

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

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

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

R = 42.61%
G = 23.19%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#935076 (or 0x935076) is known color: Strikemaster. HEX triplet: 93, 50 and 76. RGB value is (147,80,118). Sum of RGB (Red+Green+Blue) = 147+80+118=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #935076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935076 is #6CAF89. Grayscale: #686868. Windows color (decimal): -7122826 or 7753875. OLE color: 7753875.

HSL color Cylindrical-coordinate representation of color #935076: hue angle of 325.97º 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 #935076 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 80 118 -
CMYK 0 0.46 0.20 0.42
HSL 325.97º 0.3% 0.45% -
HSV(B) 325.97º 0.46% 0.58% -
XYZ 18.17 13.25 18.74 -
YUV 104.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 147 80 118 0 0.46 0.20 0.42 325.97 0.3 0.45
Hex 93 50 76 0 2E 14 2A 146 1E 2D
Octal 223 120 166 0 56 24 52 506 36 55
Binary 10010011 1010000 1110110 0 101110 10100 101010 101000110 11110 101101

Color Harmonies of #935076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935076

Black with #935076

Text Example


Text Example

White with #935076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935076; }

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

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

background-color css

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

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

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

border-color css

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

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

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