Html Css Color HEX #996687 Strikemaster

📋 copy color: '#996687'

red 153 ◦ green 102 ◦ blue 135

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

Shades of Strikemaster #996687

Tints of Strikemaster #996687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.15%

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

R = 39.23%
G = 26.15%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#996687 (or 0x996687) is known color: Strikemaster. HEX triplet: 99, 66 and 87. RGB value is (153,102,135). Sum of RGB (Red+Green+Blue) = 153+102+135=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #996687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996687 is #669978. Grayscale: #787878. Windows color (decimal): -6723961 or 8873625. OLE color: 8873625.

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

Color convert

RGB 153 102 135 -
CMYK 0 0.33 0.12 0.4
HSL 321.18º 0.2% 0.5% -
HSV(B) 321.18º 0.33% 0.6% -
XYZ 22.26 18.02 25.23 -
YUV 121.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 153 102 135 0 0.33 0.12 0.4 321.18 0.2 0.5
Hex 99 66 87 0 21 C 28 141 14 32
Octal 231 146 207 0 41 14 50 501 24 62
Binary 10011001 1100110 10000111 0 100001 1100 101000 101000001 10100 110010

Color Harmonies of #996687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996687

Black with #996687

Text Example


Text Example

White with #996687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996687; }

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

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

background-color css

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

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

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

border-color css

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

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

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