Html Css Color HEX #955879 Strikemaster

📋 copy color: '#955879'

red 149 ◦ green 88 ◦ blue 121

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

Shades of Strikemaster #955879

Tints of Strikemaster #955879

RGB

 RED value IS 149 (58.59% from 255) = 41.62%

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

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

R = 41.62%
G = 24.58%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#955879 (or 0x955879) is known color: Strikemaster. HEX triplet: 95, 58 and 79. RGB value is (149,88,121). Sum of RGB (Red+Green+Blue) = 149+88+121=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #955879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955879 is #6AA786. Grayscale: #6D6D6D. Windows color (decimal): -6989703 or 7952533. OLE color: 7952533.

HSL color Cylindrical-coordinate representation of color #955879: hue angle of 327.54º degrees, saturation: 0.26, 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 #955879 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 121 -
CMYK 0 0.41 0.19 0.42
HSL 327.54º 0.26% 0.46% -
HSV(B) 327.54º 0.41% 0.58% -
XYZ 19.34 14.75 19.92 -
YUV 110 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 149 88 121 0 0.41 0.19 0.42 327.54 0.26 0.46
Hex 95 58 79 0 29 13 2A 148 1A 2E
Octal 225 130 171 0 51 23 52 510 32 56
Binary 10010101 1011000 1111001 0 101001 10011 101010 101001000 11010 101110

Color Harmonies of #955879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955879

Black with #955879

Text Example


Text Example

White with #955879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955879; }

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

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

background-color css

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

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

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

border-color css

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

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

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