Html Css Color HEX #995877 Strikemaster

📋 copy color: '#995877'

red 153 ◦ green 88 ◦ blue 119

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

Shades of Strikemaster #995877

Tints of Strikemaster #995877

RGB

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

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

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

R = 42.5%
G = 24.44%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#995877 (or 0x995877) is known color: Strikemaster. HEX triplet: 99, 58 and 77. RGB value is (153,88,119). Sum of RGB (Red+Green+Blue) = 153+88+119=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #995877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995877 is #66A788. Grayscale: #6E6E6E. Windows color (decimal): -6727561 or 7821465. OLE color: 7821465.

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

Color convert

RGB 153 88 119 -
CMYK 0 0.42 0.22 0.4
HSL 331.38º 0.27% 0.47% -
HSV(B) 331.38º 0.42% 0.6% -
XYZ 19.96 15.08 19.31 -
YUV 110.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 153 88 119 0 0.42 0.22 0.4 331.38 0.27 0.47
Hex 99 58 77 0 2A 16 28 14B 1B 2F
Octal 231 130 167 0 52 26 50 513 33 57
Binary 10011001 1011000 1110111 0 101010 10110 101000 101001011 11011 101111

Color Harmonies of #995877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995877

Black with #995877

Text Example


Text Example

White with #995877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995877; }

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

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

background-color css

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

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

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

border-color css

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

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

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