Html Css Color HEX #945879 Strikemaster

📋 copy color: '#945879'

red 148 ◦ green 88 ◦ blue 121

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

Shades of Strikemaster #945879

Tints of Strikemaster #945879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 41.46%
G = 24.65%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#945879 (or 0x945879) is known color: Strikemaster. HEX triplet: 94, 58 and 79. RGB value is (148,88,121). Sum of RGB (Red+Green+Blue) = 148+88+121=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #945879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945879 is #6BA786. Grayscale: #6D6D6D. Windows color (decimal): -7055239 or 7952532. OLE color: 7952532.

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

Color convert

RGB 148 88 121 -
CMYK 0 0.41 0.18 0.42
HSL 327º 0.25% 0.46% -
HSV(B) 327º 0.41% 0.58% -
XYZ 19.15 14.66 19.91 -
YUV 109.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 148 88 121 0 0.41 0.18 0.42 327 0.25 0.46
Hex 94 58 79 0 29 12 2A 147 19 2E
Octal 224 130 171 0 51 22 52 507 31 56
Binary 10010100 1011000 1111001 0 101001 10010 101010 101000111 11001 101110

Color Harmonies of #945879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945879

Black with #945879

Text Example


Text Example

White with #945879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945879; }

 p { color: rgb(148,88,121); }

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

background-color css

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

 a { background-color: rgb(148,88,121); }

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

border-color css

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

 span { border-color: rgb(148,88,121); }

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