Html Css Color HEX #946280 Strikemaster

📋 copy color: '#946280'

red 148 ◦ green 98 ◦ blue 128

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

Shades of Strikemaster #946280

Tints of Strikemaster #946280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.2%

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 39.57%
G = 26.2%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#946280 (or 0x946280) is known color: Strikemaster. HEX triplet: 94, 62 and 80. RGB value is (148,98,128). Sum of RGB (Red+Green+Blue) = 148+98+128=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #946280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946280 is #6B9D7F. Grayscale: #747474. Windows color (decimal): -7052672 or 8413844. OLE color: 8413844.

HSL color Cylindrical-coordinate representation of color #946280: hue angle of 324º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946280 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 98 128 -
CMYK 0 0.34 0.14 0.42
HSL 324º 0.2% 0.48% -
HSV(B) 324º 0.34% 0.58% -
XYZ 20.48 16.59 22.54 -
YUV 116.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 148 98 128 0 0.34 0.14 0.42 324 0.2 0.48
Hex 94 62 80 0 22 E 2A 144 14 30
Octal 224 142 200 0 42 16 52 504 24 60
Binary 10010100 1100010 10000000 0 100010 1110 101010 101000100 10100 110000

Color Harmonies of #946280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946280

Black with #946280

Text Example


Text Example

White with #946280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946280; }

 p { color: rgb(148,98,128); }

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

background-color css

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

 a { background-color: rgb(148,98,128); }

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

border-color css

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

 span { border-color: rgb(148,98,128); }

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