Html Css Color HEX #955978 Strikemaster

📋 copy color: '#955978'

red 149 ◦ green 89 ◦ blue 120

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

Shades of Strikemaster #955978

Tints of Strikemaster #955978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 41.62%
G = 24.86%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#955978 (or 0x955978) is known color: Strikemaster. HEX triplet: 95, 59 and 78. RGB value is (149,89,120). Sum of RGB (Red+Green+Blue) = 149+89+120=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #955978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955978 is #6AA687. Grayscale: #6E6E6E. Windows color (decimal): -6989448 or 7887253. OLE color: 7887253.

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

Color convert

RGB 149 89 120 -
CMYK 0 0.40 0.19 0.42
HSL 329º 0.25% 0.47% -
HSV(B) 329º 0.4% 0.58% -
XYZ 19.36 14.89 19.62 -
YUV 110.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 149 89 120 0 0.40 0.19 0.42 329 0.25 0.47
Hex 95 59 78 0 28 13 2A 149 19 2F
Octal 225 131 170 0 50 23 52 511 31 57
Binary 10010101 1011001 1111000 0 101000 10011 101010 101001001 11001 101111

Color Harmonies of #955978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955978

Black with #955978

Text Example


Text Example

White with #955978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955978; }

 p { color: rgb(149,89,120); }

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

background-color css

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

 a { background-color: rgb(149,89,120); }

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

border-color css

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

 span { border-color: rgb(149,89,120); }

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