Html Css Color HEX #946880 Strikemaster

📋 copy color: '#946880'

red 148 ◦ green 104 ◦ blue 128

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

Shades of Strikemaster #946880

Tints of Strikemaster #946880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.37%

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

R = 38.95%
G = 27.37%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#946880 (or 0x946880) is known color: Strikemaster. HEX triplet: 94, 68 and 80. RGB value is (148,104,128). Sum of RGB (Red+Green+Blue) = 148+104+128=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #946880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946880 is #6B977F. Grayscale: #777777. Windows color (decimal): -7051136 or 8415380. OLE color: 8415380.

HSL color Cylindrical-coordinate representation of color #946880: hue angle of 327.27º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946880 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 128 -
CMYK 0 0.30 0.14 0.42
HSL 327.27º 0.17% 0.49% -
HSV(B) 327.27º 0.3% 0.58% -
XYZ 21.06 17.76 22.74 -
YUV 119.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 148 104 128 0 0.30 0.14 0.42 327.27 0.17 0.49
Hex 94 68 80 0 1E E 2A 147 11 31
Octal 224 150 200 0 36 16 52 507 21 61
Binary 10010100 1101000 10000000 0 11110 1110 101010 101000111 10001 110001

Color Harmonies of #946880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946880

Black with #946880

Text Example


Text Example

White with #946880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946880; }

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

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

background-color css

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

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

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

border-color css

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

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

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