Html Css Color HEX #996985 Strikemaster

📋 copy color: '#996985'

red 153 ◦ green 105 ◦ blue 133

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

Shades of Strikemaster #996985

Tints of Strikemaster #996985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 39.13%
G = 26.85%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#996985 (or 0x996985) is known color: Strikemaster. HEX triplet: 99, 69 and 85. RGB value is (153,105,133). Sum of RGB (Red+Green+Blue) = 153+105+133=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #996985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996985 is #66967A. Grayscale: #7A7A7A. Windows color (decimal): -6723195 or 8743321. OLE color: 8743321.

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

Color convert

RGB 153 105 133 -
CMYK 0 0.31 0.13 0.4
HSL 325º 0.19% 0.51% -
HSV(B) 325º 0.31% 0.6% -
XYZ 22.42 18.57 24.59 -
YUV 122.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 153 105 133 0 0.31 0.13 0.4 325 0.19 0.51
Hex 99 69 85 0 1F D 28 145 13 33
Octal 231 151 205 0 37 15 50 505 23 63
Binary 10011001 1101001 10000101 0 11111 1101 101000 101000101 10011 110011

Color Harmonies of #996985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996985

Black with #996985

Text Example


Text Example

White with #996985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996985; }

 p { color: rgb(153,105,133); }

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

background-color css

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

 a { background-color: rgb(153,105,133); }

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

border-color css

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

 span { border-color: rgb(153,105,133); }

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