Html Css Color HEX #995777 Strikemaster

📋 copy color: '#995777'

red 153 ◦ green 87 ◦ blue 119

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

Shades of Strikemaster #995777

Tints of Strikemaster #995777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 42.62%
G = 24.23%
B = 33.15%

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

#995777 (or 0x995777) is known color: Strikemaster. HEX triplet: 99, 57 and 77. RGB value is (153,87,119). Sum of RGB (Red+Green+Blue) = 153+87+119=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #995777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995777 is #66A888. Grayscale: #6E6E6E. Windows color (decimal): -6727817 or 7821209. OLE color: 7821209.

HSL color Cylindrical-coordinate representation of color #995777: hue angle of 330.91º 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 #995777 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 87 119 -
CMYK 0 0.43 0.22 0.4
HSL 330.91º 0.28% 0.47% -
HSV(B) 330.91º 0.43% 0.6% -
XYZ 19.87 14.92 19.29 -
YUV 110.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 153 87 119 0 0.43 0.22 0.4 330.91 0.28 0.47
Hex 99 57 77 0 2B 16 28 14B 1C 2F
Octal 231 127 167 0 53 26 50 513 34 57
Binary 10011001 1010111 1110111 0 101011 10110 101000 101001011 11100 101111

Color Harmonies of #995777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995777

Black with #995777

Text Example


Text Example

White with #995777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995777; }

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

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

background-color css

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

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

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

border-color css

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

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

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