Html Css Color HEX #996389 Strikemaster

📋 copy color: '#996389'

red 153 ◦ green 99 ◦ blue 137

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

Shades of Strikemaster #996389

Tints of Strikemaster #996389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 39.33%
G = 25.45%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#996389 (or 0x996389) is known color: Strikemaster. HEX triplet: 99, 63 and 89. RGB value is (153,99,137). Sum of RGB (Red+Green+Blue) = 153+99+137=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #996389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996389 is #669C76. Grayscale: #777777. Windows color (decimal): -6724727 or 9003929. OLE color: 9003929.

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

Color convert

RGB 153 99 137 -
CMYK 0 0.35 0.10 0.4
HSL 317.78º 0.21% 0.49% -
HSV(B) 317.78º 0.35% 0.6% -
XYZ 22.11 17.5 25.88 -
YUV 119.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 153 99 137 0 0.35 0.10 0.4 317.78 0.21 0.49
Hex 99 63 89 0 23 A 28 13E 15 31
Octal 231 143 211 0 43 12 50 476 25 61
Binary 10011001 1100011 10001001 0 100011 1010 101000 100111110 10101 110001

Color Harmonies of #996389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996389

Black with #996389

Text Example


Text Example

White with #996389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996389; }

 p { color: rgb(153,99,137); }

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

background-color css

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

 a { background-color: rgb(153,99,137); }

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

border-color css

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

 span { border-color: rgb(153,99,137); }

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