Html Css Color HEX #946E81 Strikemaster

📋 copy color: '#946E81'

red 148 ◦ green 110 ◦ blue 129

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

Shades of Strikemaster #946E81

Tints of Strikemaster #946E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 38.24%
G = 28.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#946E81 (or 0x946E81) is known color: Strikemaster. HEX triplet: 94, 6E and 81. RGB value is (148,110,129). Sum of RGB (Red+Green+Blue) = 148+110+129=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #946E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E81 is #6B917E. Grayscale: #7B7B7B. Windows color (decimal): -7049599 or 8482452. OLE color: 8482452.

HSL color Cylindrical-coordinate representation of color #946E81: hue angle of 330º 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 #946E81 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 129 -
CMYK 0 0.26 0.13 0.42
HSL 330º 0.15% 0.51% -
HSV(B) 330º 0.26% 0.58% -
XYZ 21.75 19.03 23.3 -
YUV 123.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 148 110 129 0 0.26 0.13 0.42 330 0.15 0.51
Hex 94 6E 81 0 1A D 2A 14A F 33
Octal 224 156 201 0 32 15 52 512 17 63
Binary 10010100 1101110 10000001 0 11010 1101 101010 101001010 1111 110011

Color Harmonies of #946E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E81

Black with #946E81

Text Example


Text Example

White with #946E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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