Html Css Color HEX #995686 Strikemaster

📋 copy color: '#995686'

red 153 ◦ green 86 ◦ blue 134

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

Shades of Strikemaster #995686

Tints of Strikemaster #995686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 41.02%
G = 23.06%
B = 35.92%

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

#995686 (or 0x995686) is known color: Strikemaster. HEX triplet: 99, 56 and 86. RGB value is (153,86,134). Sum of RGB (Red+Green+Blue) = 153+86+134=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #995686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995686 is #66A979. Grayscale: #6F6F6F. Windows color (decimal): -6728058 or 8803993. OLE color: 8803993.

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

Color convert

RGB 153 86 134 -
CMYK 0 0.44 0.12 0.4
HSL 317.01º 0.28% 0.47% -
HSV(B) 317.01º 0.44% 0.6% -
XYZ 20.77 15.15 24.38 -
YUV 111.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 153 86 134 0 0.44 0.12 0.4 317.01 0.28 0.47
Hex 99 56 86 0 2C C 28 13D 1C 2F
Octal 231 126 206 0 54 14 50 475 34 57
Binary 10011001 1010110 10000110 0 101100 1100 101000 100111101 11100 101111

Color Harmonies of #995686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995686

Black with #995686

Text Example


Text Example

White with #995686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995686; }

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

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

background-color css

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

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

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

border-color css

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

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

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