Html Css Color HEX #955878 Strikemaster

📋 copy color: '#955878'

red 149 ◦ green 88 ◦ blue 120

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

Shades of Strikemaster #955878

Tints of Strikemaster #955878

RGB

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

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

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

R = 41.74%
G = 24.65%
B = 33.61%

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

#955878 (or 0x955878) is known color: Strikemaster. HEX triplet: 95, 58 and 78. RGB value is (149,88,120). Sum of RGB (Red+Green+Blue) = 149+88+120=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #955878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955878 is #6AA787. Grayscale: #6D6D6D. Windows color (decimal): -6989704 or 7886997. OLE color: 7886997.

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

Color convert

RGB 149 88 120 -
CMYK 0 0.41 0.19 0.42
HSL 328.52º 0.26% 0.46% -
HSV(B) 328.52º 0.41% 0.58% -
XYZ 19.27 14.73 19.6 -
YUV 109.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 149 88 120 0 0.41 0.19 0.42 328.52 0.26 0.46
Hex 95 58 78 0 29 13 2A 149 1A 2E
Octal 225 130 170 0 51 23 52 511 32 56
Binary 10010101 1011000 1111000 0 101001 10011 101010 101001001 11010 101110

Color Harmonies of #955878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955878

Black with #955878

Text Example


Text Example

White with #955878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955878; }

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

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

background-color css

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

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

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

border-color css

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

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

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