Html Css Color HEX #955778 Strikemaster

📋 copy color: '#955778'

red 149 ◦ green 87 ◦ blue 120

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

Shades of Strikemaster #955778

Tints of Strikemaster #955778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

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

R = 41.85%
G = 24.44%
B = 33.71%

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

#955778 (or 0x955778) is known color: Strikemaster. HEX triplet: 95, 57 and 78. RGB value is (149,87,120). Sum of RGB (Red+Green+Blue) = 149+87+120=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #955778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955778 is #6AA887. Grayscale: #6D6D6D. Windows color (decimal): -6989960 or 7886741. OLE color: 7886741.

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

Color convert

RGB 149 87 120 -
CMYK 0 0.42 0.19 0.42
HSL 328.06º 0.26% 0.46% -
HSV(B) 328.06º 0.42% 0.58% -
XYZ 19.19 14.56 19.57 -
YUV 109.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 149 87 120 0 0.42 0.19 0.42 328.06 0.26 0.46
Hex 95 57 78 0 2A 13 2A 148 1A 2E
Octal 225 127 170 0 52 23 52 510 32 56
Binary 10010101 1010111 1111000 0 101010 10011 101010 101001000 11010 101110

Color Harmonies of #955778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955778

Black with #955778

Text Example


Text Example

White with #955778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955778; }

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

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

background-color css

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

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

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

border-color css

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

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

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