Html Css Color HEX #996883 Strikemaster

📋 copy color: '#996883'

red 153 ◦ green 104 ◦ blue 131

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

Shades of Strikemaster #996883

Tints of Strikemaster #996883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 39.43%
G = 26.8%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#996883 (or 0x996883) is known color: Strikemaster. HEX triplet: 99, 68 and 83. RGB value is (153,104,131). Sum of RGB (Red+Green+Blue) = 153+104+131=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996883 is #66977C. Grayscale: #797979. Windows color (decimal): -6723453 or 8611993. OLE color: 8611993.

HSL color Cylindrical-coordinate representation of color #996883: hue angle of 326.94º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996883 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 131 -
CMYK 0 0.32 0.14 0.4
HSL 326.94º 0.19% 0.5% -
HSV(B) 326.94º 0.32% 0.6% -
XYZ 22.18 18.31 23.84 -
YUV 121.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 153 104 131 0 0.32 0.14 0.4 326.94 0.19 0.5
Hex 99 68 83 0 20 E 28 147 13 32
Octal 231 150 203 0 40 16 50 507 23 62
Binary 10011001 1101000 10000011 0 100000 1110 101000 101000111 10011 110010

Color Harmonies of #996883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996883

Black with #996883

Text Example


Text Example

White with #996883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996883; }

 p { color: rgb(153,104,131); }

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

background-color css

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

 a { background-color: rgb(153,104,131); }

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

border-color css

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

 span { border-color: rgb(153,104,131); }

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