Html Css Color HEX #995778 Strikemaster

📋 copy color: '#995778'

red 153 ◦ green 87 ◦ blue 120

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

Shades of Strikemaster #995778

Tints of Strikemaster #995778

RGB

 RED value IS 153 (60.16% from 255) = 42.5%

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

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

R = 42.5%
G = 24.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#995778 (or 0x995778) is known color: Strikemaster. HEX triplet: 99, 57 and 78. RGB value is (153,87,120). Sum of RGB (Red+Green+Blue) = 153+87+120=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #995778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995778 is #66A887. Grayscale: #6E6E6E. Windows color (decimal): -6727816 or 7886745. OLE color: 7886745.

HSL color Cylindrical-coordinate representation of color #995778: hue angle of 330º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995778 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 87 120 -
CMYK 0 0.43 0.22 0.4
HSL 330º 0.28% 0.47% -
HSV(B) 330º 0.43% 0.6% -
XYZ 19.94 14.94 19.6 -
YUV 110.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 153 87 120 0 0.43 0.22 0.4 330 0.28 0.47
Hex 99 57 78 0 2B 16 28 14A 1C 2F
Octal 231 127 170 0 53 26 50 512 34 57
Binary 10011001 1010111 1111000 0 101011 10110 101000 101001010 11100 101111

Color Harmonies of #995778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995778

Black with #995778

Text Example


Text Example

White with #995778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995778; }

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

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

background-color css

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

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

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

border-color css

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

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

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