Html Css Color HEX #995887 Strikemaster

📋 copy color: '#995887'

red 153 ◦ green 88 ◦ blue 135

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

Shades of Strikemaster #995887

Tints of Strikemaster #995887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 40.69%
G = 23.4%
B = 35.9%

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

#995887 (or 0x995887) is known color: Strikemaster. HEX triplet: 99, 58 and 87. RGB value is (153,88,135). Sum of RGB (Red+Green+Blue) = 153+88+135=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #995887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995887 is #66A778. Grayscale: #707070. Windows color (decimal): -6727545 or 8870041. OLE color: 8870041.

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

Color convert

RGB 153 88 135 -
CMYK 0 0.42 0.12 0.4
HSL 316.62º 0.27% 0.47% -
HSV(B) 316.62º 0.42% 0.6% -
XYZ 21 15.5 24.81 -
YUV 112.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 153 88 135 0 0.42 0.12 0.4 316.62 0.27 0.47
Hex 99 58 87 0 2A C 28 13D 1B 2F
Octal 231 130 207 0 52 14 50 475 33 57
Binary 10011001 1011000 10000111 0 101010 1100 101000 100111101 11011 101111

Color Harmonies of #995887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995887

Black with #995887

Text Example


Text Example

White with #995887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995887; }

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

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

background-color css

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

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

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

border-color css

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

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

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