Html Css Color HEX #996188 Strikemaster

📋 copy color: '#996188'

red 153 ◦ green 97 ◦ blue 136

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

Shades of Strikemaster #996188

Tints of Strikemaster #996188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 39.64%
G = 25.13%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#996188 (or 0x996188) is known color: Strikemaster. HEX triplet: 99, 61 and 88. RGB value is (153,97,136). Sum of RGB (Red+Green+Blue) = 153+97+136=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996188 is #669E77. Grayscale: #767676. Windows color (decimal): -6725240 or 8937881. OLE color: 8937881.

HSL color Cylindrical-coordinate representation of color #996188: hue angle of 318.21º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996188 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 136 -
CMYK 0 0.37 0.11 0.4
HSL 318.21º 0.22% 0.49% -
HSV(B) 318.21º 0.37% 0.6% -
XYZ 21.86 17.1 25.44 -
YUV 118.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 153 97 136 0 0.37 0.11 0.4 318.21 0.22 0.49
Hex 99 61 88 0 25 B 28 13E 16 31
Octal 231 141 210 0 45 13 50 476 26 61
Binary 10011001 1100001 10001000 0 100101 1011 101000 100111110 10110 110001

Color Harmonies of #996188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996188

Black with #996188

Text Example


Text Example

White with #996188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996188; }

 p { color: rgb(153,97,136); }

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

background-color css

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

 a { background-color: rgb(153,97,136); }

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

border-color css

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

 span { border-color: rgb(153,97,136); }

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