Html Css Color HEX #996387 Strikemaster

📋 copy color: '#996387'

red 153 ◦ green 99 ◦ blue 135

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

Shades of Strikemaster #996387

Tints of Strikemaster #996387

RGB

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

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

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

R = 39.53%
G = 25.58%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#996387 (or 0x996387) is known color: Strikemaster. HEX triplet: 99, 63 and 87. RGB value is (153,99,135). Sum of RGB (Red+Green+Blue) = 153+99+135=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996387 is #669C78. Grayscale: #777777. Windows color (decimal): -6724729 or 8872857. OLE color: 8872857.

HSL color Cylindrical-coordinate representation of color #996387: hue angle of 320º 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 #996387 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 135 -
CMYK 0 0.35 0.12 0.4
HSL 320º 0.21% 0.49% -
HSV(B) 320º 0.35% 0.6% -
XYZ 21.97 17.45 25.13 -
YUV 119.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 153 99 135 0 0.35 0.12 0.4 320 0.21 0.49
Hex 99 63 87 0 23 C 28 140 15 31
Octal 231 143 207 0 43 14 50 500 25 61
Binary 10011001 1100011 10000111 0 100011 1100 101000 101000000 10101 110001

Color Harmonies of #996387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996387

Black with #996387

Text Example


Text Example

White with #996387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996387; }

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

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

background-color css

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

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

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

border-color css

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

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

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