Html Css Color HEX #955679 Strikemaster

📋 copy color: '#955679'

red 149 ◦ green 86 ◦ blue 121

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

Shades of Strikemaster #955679

Tints of Strikemaster #955679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

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

R = 41.85%
G = 24.16%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#955679 (or 0x955679) is known color: Strikemaster. HEX triplet: 95, 56 and 79. RGB value is (149,86,121). Sum of RGB (Red+Green+Blue) = 149+86+121=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #955679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955679 is #6AA986. Grayscale: #6C6C6C. Windows color (decimal): -6990215 or 7952021. OLE color: 7952021.

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

Color convert

RGB 149 86 121 -
CMYK 0 0.42 0.19 0.42
HSL 326.67º 0.27% 0.46% -
HSV(B) 326.67º 0.42% 0.58% -
XYZ 19.17 14.43 19.86 -
YUV 108.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 149 86 121 0 0.42 0.19 0.42 326.67 0.27 0.46
Hex 95 56 79 0 2A 13 2A 147 1B 2E
Octal 225 126 171 0 52 23 52 507 33 56
Binary 10010101 1010110 1111001 0 101010 10011 101010 101000111 11011 101110

Color Harmonies of #955679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955679

Black with #955679

Text Example


Text Example

White with #955679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955679; }

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

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

background-color css

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

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

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

border-color css

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

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

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