Html Css Color HEX #946481 Strikemaster

📋 copy color: '#946481'

red 148 ◦ green 100 ◦ blue 129

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

Shades of Strikemaster #946481

Tints of Strikemaster #946481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 39.26%
G = 26.53%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#946481 (or 0x946481) is known color: Strikemaster. HEX triplet: 94, 64 and 81. RGB value is (148,100,129). Sum of RGB (Red+Green+Blue) = 148+100+129=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #946481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946481 is #6B9B7E. Grayscale: #757575. Windows color (decimal): -7052159 or 8479892. OLE color: 8479892.

HSL color Cylindrical-coordinate representation of color #946481: hue angle of 323.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946481 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 129 -
CMYK 0 0.32 0.13 0.42
HSL 323.75º 0.19% 0.49% -
HSV(B) 323.75º 0.32% 0.58% -
XYZ 20.73 17 22.96 -
YUV 117.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 148 100 129 0 0.32 0.13 0.42 323.75 0.19 0.49
Hex 94 64 81 0 20 D 2A 144 13 31
Octal 224 144 201 0 40 15 52 504 23 61
Binary 10010100 1100100 10000001 0 100000 1101 101010 101000100 10011 110001

Color Harmonies of #946481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946481

Black with #946481

Text Example


Text Example

White with #946481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946481; }

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

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

background-color css

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

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

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

border-color css

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

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

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