Html Css Color HEX #995C87 Strikemaster

📋 copy color: '#995C87'

red 153 ◦ green 92 ◦ blue 135

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

Shades of Strikemaster #995C87

Tints of Strikemaster #995C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

 BLUE value IS 135 (53.13% from 255) = 35.53%

R = 40.26%
G = 24.21%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#995C87 (or 0x995C87) is known color: Strikemaster. HEX triplet: 99, 5C and 87. RGB value is (153,92,135). Sum of RGB (Red+Green+Blue) = 153+92+135=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #995C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C87 is #66A378. Grayscale: #737373. Windows color (decimal): -6726521 or 8871065. OLE color: 8871065.

HSL color Cylindrical-coordinate representation of color #995C87: hue angle of 317.7º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C87 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 135 -
CMYK 0 0.40 0.12 0.4
HSL 317.7º 0.25% 0.48% -
HSV(B) 317.7º 0.4% 0.6% -
XYZ 21.34 16.18 24.92 -
YUV 115.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 153 92 135 0 0.40 0.12 0.4 317.7 0.25 0.48
Hex 99 5C 87 0 28 C 28 13E 19 30
Octal 231 134 207 0 50 14 50 476 31 60
Binary 10011001 1011100 10000111 0 101000 1100 101000 100111110 11001 110000

Color Harmonies of #995C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C87

Black with #995C87

Text Example


Text Example

White with #995C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995C87; }

 p { color: rgb(153,92,135); }

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

background-color css

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

 a { background-color: rgb(153,92,135); }

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

border-color css

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

 span { border-color: rgb(153,92,135); }

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