Html Css Color HEX #995989 Strikemaster

📋 copy color: '#995989'

red 153 ◦ green 89 ◦ blue 137

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

Shades of Strikemaster #995989

Tints of Strikemaster #995989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 40.37%
G = 23.48%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#995989 (or 0x995989) is known color: Strikemaster. HEX triplet: 99, 59 and 89. RGB value is (153,89,137). Sum of RGB (Red+Green+Blue) = 153+89+137=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #995989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995989 is #66A676. Grayscale: #717171. Windows color (decimal): -6727287 or 9001369. OLE color: 9001369.

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

Color convert

RGB 153 89 137 -
CMYK 0 0.42 0.10 0.4
HSL 315º 0.26% 0.47% -
HSV(B) 315º 0.42% 0.6% -
XYZ 21.22 15.72 25.58 -
YUV 113.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 153 89 137 0 0.42 0.10 0.4 315 0.26 0.47
Hex 99 59 89 0 2A A 28 13B 1A 2F
Octal 231 131 211 0 52 12 50 473 32 57
Binary 10011001 1011001 10001001 0 101010 1010 101000 100111011 11010 101111

Color Harmonies of #995989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995989

Black with #995989

Text Example


Text Example

White with #995989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995989; }

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

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

background-color css

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

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

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

border-color css

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

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

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