Html Css Color HEX #995986 Strikemaster

📋 copy color: '#995986'

red 153 ◦ green 89 ◦ blue 134

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

Shades of Strikemaster #995986

Tints of Strikemaster #995986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

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

R = 40.69%
G = 23.67%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#995986 (or 0x995986) is known color: Strikemaster. HEX triplet: 99, 59 and 86. RGB value is (153,89,134). Sum of RGB (Red+Green+Blue) = 153+89+134=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #995986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995986 is #66A679. Grayscale: #717171. Windows color (decimal): -6727290 or 8804761. OLE color: 8804761.

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

Color convert

RGB 153 89 134 -
CMYK 0 0.42 0.12 0.4
HSL 317.81º 0.26% 0.47% -
HSV(B) 317.81º 0.42% 0.6% -
XYZ 21.01 15.64 24.47 -
YUV 113.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 153 89 134 0 0.42 0.12 0.4 317.81 0.26 0.47
Hex 99 59 86 0 2A C 28 13E 1A 2F
Octal 231 131 206 0 52 14 50 476 32 57
Binary 10011001 1011001 10000110 0 101010 1100 101000 100111110 11010 101111

Color Harmonies of #995986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995986

Black with #995986

Text Example


Text Example

White with #995986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995986; }

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

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

background-color css

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

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

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

border-color css

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

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

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