Html Css Color HEX #945980 Strikemaster

📋 copy color: '#945980'

red 148 ◦ green 89 ◦ blue 128

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

Shades of Strikemaster #945980

Tints of Strikemaster #945980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.38%

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

R = 40.55%
G = 24.38%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#945980 (or 0x945980) is known color: Strikemaster. HEX triplet: 94, 59 and 80. RGB value is (148,89,128). Sum of RGB (Red+Green+Blue) = 148+89+128=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #945980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945980 is #6BA67F. Grayscale: #6E6E6E. Windows color (decimal): -7054976 or 8411540. OLE color: 8411540.

HSL color Cylindrical-coordinate representation of color #945980: hue angle of 320.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945980 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 128 -
CMYK 0 0.40 0.14 0.42
HSL 320.34º 0.25% 0.46% -
HSV(B) 320.34º 0.4% 0.58% -
XYZ 19.68 15 22.28 -
YUV 111.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 148 89 128 0 0.40 0.14 0.42 320.34 0.25 0.46
Hex 94 59 80 0 28 E 2A 140 19 2E
Octal 224 131 200 0 50 16 52 500 31 56
Binary 10010100 1011001 10000000 0 101000 1110 101010 101000000 11001 101110

Color Harmonies of #945980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945980

Black with #945980

Text Example


Text Example

White with #945980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945980; }

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

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

background-color css

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

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

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

border-color css

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

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

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