Html Css Color HEX #995889 Strikemaster

📋 copy color: '#995889'

red 153 ◦ green 88 ◦ blue 137

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

Shades of Strikemaster #995889

Tints of Strikemaster #995889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.28%

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

R = 40.48%
G = 23.28%
B = 36.24%

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

#995889 (or 0x995889) is known color: Strikemaster. HEX triplet: 99, 58 and 89. RGB value is (153,88,137). Sum of RGB (Red+Green+Blue) = 153+88+137=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #995889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995889 is #66A776. Grayscale: #707070. Windows color (decimal): -6727543 or 9001113. OLE color: 9001113.

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

Color convert

RGB 153 88 137 -
CMYK 0 0.42 0.10 0.4
HSL 314.77º 0.27% 0.47% -
HSV(B) 314.77º 0.42% 0.6% -
XYZ 21.14 15.56 25.56 -
YUV 113.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 153 88 137 0 0.42 0.10 0.4 314.77 0.27 0.47
Hex 99 58 89 0 2A A 28 13B 1B 2F
Octal 231 130 211 0 52 12 50 473 33 57
Binary 10011001 1011000 10001001 0 101010 1010 101000 100111011 11011 101111

Color Harmonies of #995889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995889

Black with #995889

Text Example


Text Example

White with #995889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995889; }

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

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

background-color css

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

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

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

border-color css

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

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

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