Html Css Color HEX #946E85 Strikemaster

📋 copy color: '#946E85'

red 148 ◦ green 110 ◦ blue 133

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

Shades of Strikemaster #946E85

Tints of Strikemaster #946E85

RGB

 RED value IS 148 (58.2% from 255) = 37.85%

 GREEN value IS 110 (43.36% from 255) = 28.13%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 37.85%
G = 28.13%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#946E85 (or 0x946E85) is known color: Strikemaster. HEX triplet: 94, 6E and 85. RGB value is (148,110,133). Sum of RGB (Red+Green+Blue) = 148+110+133=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #946E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E85 is #6B917A. Grayscale: #7B7B7B. Windows color (decimal): -7049595 or 8744596. OLE color: 8744596.

HSL color Cylindrical-coordinate representation of color #946E85: hue angle of 323.68º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946E85 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 133 -
CMYK 0 0.26 0.10 0.42
HSL 323.68º 0.15% 0.51% -
HSV(B) 323.68º 0.26% 0.58% -
XYZ 22.02 19.14 24.72 -
YUV 123.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 148 110 133 0 0.26 0.10 0.42 323.68 0.15 0.51
Hex 94 6E 85 0 1A A 2A 144 F 33
Octal 224 156 205 0 32 12 52 504 17 63
Binary 10010100 1101110 10000101 0 11010 1010 101010 101000100 1111 110011

Color Harmonies of #946E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E85

Black with #946E85

Text Example


Text Example

White with #946E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E85; }

 p { color: rgb(148,110,133); }

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

background-color css

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

 a { background-color: rgb(148,110,133); }

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

border-color css

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

 span { border-color: rgb(148,110,133); }

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