Html Css Color HEX #996287 Strikemaster

📋 copy color: '#996287'

red 153 ◦ green 98 ◦ blue 135

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

Shades of Strikemaster #996287

Tints of Strikemaster #996287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.39%

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

R = 39.64%
G = 25.39%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#996287 (or 0x996287) is known color: Strikemaster. HEX triplet: 99, 62 and 87. RGB value is (153,98,135). Sum of RGB (Red+Green+Blue) = 153+98+135=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996287 is #669D78. Grayscale: #767676. Windows color (decimal): -6724985 or 8872601. OLE color: 8872601.

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

Color convert

RGB 153 98 135 -
CMYK 0 0.36 0.12 0.4
HSL 319.64º 0.22% 0.49% -
HSV(B) 319.64º 0.36% 0.6% -
XYZ 21.88 17.26 25.1 -
YUV 118.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 153 98 135 0 0.36 0.12 0.4 319.64 0.22 0.49
Hex 99 62 87 0 24 C 28 140 16 31
Octal 231 142 207 0 44 14 50 500 26 61
Binary 10011001 1100010 10000111 0 100100 1100 101000 101000000 10110 110001

Color Harmonies of #996287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996287

Black with #996287

Text Example


Text Example

White with #996287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996287; }

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

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

background-color css

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

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

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

border-color css

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

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

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