Html Css Color HEX #995886 Strikemaster

📋 copy color: '#995886'

red 153 ◦ green 88 ◦ blue 134

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

Shades of Strikemaster #995886

Tints of Strikemaster #995886

RGB

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

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

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

R = 40.8%
G = 23.47%
B = 35.73%

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

#995886 (or 0x995886) is known color: Strikemaster. HEX triplet: 99, 58 and 86. RGB value is (153,88,134). Sum of RGB (Red+Green+Blue) = 153+88+134=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #995886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995886 is #66A779. Grayscale: #707070. Windows color (decimal): -6727546 or 8804505. OLE color: 8804505.

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

Color convert

RGB 153 88 134 -
CMYK 0 0.42 0.12 0.4
HSL 317.54º 0.27% 0.47% -
HSV(B) 317.54º 0.42% 0.6% -
XYZ 20.93 15.47 24.44 -
YUV 112.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 153 88 134 0 0.42 0.12 0.4 317.54 0.27 0.47
Hex 99 58 86 0 2A C 28 13E 1B 2F
Octal 231 130 206 0 52 14 50 476 33 57
Binary 10011001 1011000 10000110 0 101010 1100 101000 100111110 11011 101111

Color Harmonies of #995886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995886

Black with #995886

Text Example


Text Example

White with #995886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995886; }

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

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

background-color css

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

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

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

border-color css

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

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

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