Html Css Color HEX #995687 Strikemaster

📋 copy color: '#995687'

red 153 ◦ green 86 ◦ blue 135

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

Shades of Strikemaster #995687

Tints of Strikemaster #995687

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.99%

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

R = 40.91%
G = 22.99%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#995687 (or 0x995687) is known color: Strikemaster. HEX triplet: 99, 56 and 87. RGB value is (153,86,135). Sum of RGB (Red+Green+Blue) = 153+86+135=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #995687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995687 is #66A978. Grayscale: #6F6F6F. Windows color (decimal): -6728057 or 8869529. OLE color: 8869529.

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

Color convert

RGB 153 86 135 -
CMYK 0 0.44 0.12 0.4
HSL 316.12º 0.28% 0.47% -
HSV(B) 316.12º 0.44% 0.6% -
XYZ 20.84 15.18 24.75 -
YUV 111.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 153 86 135 0 0.44 0.12 0.4 316.12 0.28 0.47
Hex 99 56 87 0 2C C 28 13C 1C 2F
Octal 231 126 207 0 54 14 50 474 34 57
Binary 10011001 1010110 10000111 0 101100 1100 101000 100111100 11100 101111

Color Harmonies of #995687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995687

Black with #995687

Text Example


Text Example

White with #995687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995687; }

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

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

background-color css

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

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

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

border-color css

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

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

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