Html Css Color HEX #995F89 Strikemaster

📋 copy color: '#995F89'

red 153 ◦ green 95 ◦ blue 137

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

Shades of Strikemaster #995F89

Tints of Strikemaster #995F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.68%

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

R = 39.74%
G = 24.68%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#995F89 (or 0x995F89) is known color: Strikemaster. HEX triplet: 99, 5F and 89. RGB value is (153,95,137). Sum of RGB (Red+Green+Blue) = 153+95+137=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #995F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995F89 is #66A076. Grayscale: #757575. Windows color (decimal): -6725751 or 9002905. OLE color: 9002905.

HSL color Cylindrical-coordinate representation of color #995F89: hue angle of 316.55º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #995F89 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 95 137 -
CMYK 0 0.38 0.10 0.4
HSL 316.55º 0.23% 0.49% -
HSV(B) 316.55º 0.38% 0.6% -
XYZ 21.74 16.76 25.76 -
YUV 117.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 153 95 137 0 0.38 0.10 0.4 316.55 0.23 0.49
Hex 99 5F 89 0 26 A 28 13D 17 31
Octal 231 137 211 0 46 12 50 475 27 61
Binary 10011001 1011111 10001001 0 100110 1010 101000 100111101 10111 110001

Color Harmonies of #995F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F89

Black with #995F89

Text Example


Text Example

White with #995F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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