Html Css Color HEX #946380 Strikemaster

📋 copy color: '#946380'

red 148 ◦ green 99 ◦ blue 128

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

Shades of Strikemaster #946380

Tints of Strikemaster #946380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 39.47%
G = 26.4%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#946380 (or 0x946380) is known color: Strikemaster. HEX triplet: 94, 63 and 80. RGB value is (148,99,128). Sum of RGB (Red+Green+Blue) = 148+99+128=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #946380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946380 is #6B9C7F. Grayscale: #747474. Windows color (decimal): -7052416 or 8414100. OLE color: 8414100.

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

Color convert

RGB 148 99 128 -
CMYK 0 0.33 0.14 0.42
HSL 324.49º 0.2% 0.48% -
HSV(B) 324.49º 0.33% 0.58% -
XYZ 20.57 16.78 22.58 -
YUV 116.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 148 99 128 0 0.33 0.14 0.42 324.49 0.2 0.48
Hex 94 63 80 0 21 E 2A 144 14 30
Octal 224 143 200 0 41 16 52 504 24 60
Binary 10010100 1100011 10000000 0 100001 1110 101010 101000100 10100 110000

Color Harmonies of #946380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946380

Black with #946380

Text Example


Text Example

White with #946380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946380; }

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

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

background-color css

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

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

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

border-color css

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

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

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