Html Css Color HEX #996781 Strikemaster

📋 copy color: '#996781'

red 153 ◦ green 103 ◦ blue 129

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

Shades of Strikemaster #996781

Tints of Strikemaster #996781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 39.74%
G = 26.75%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#996781 (or 0x996781) is known color: Strikemaster. HEX triplet: 99, 67 and 81. RGB value is (153,103,129). Sum of RGB (Red+Green+Blue) = 153+103+129=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #996781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996781 is #66987E. Grayscale: #787878. Windows color (decimal): -6723711 or 8480665. OLE color: 8480665.

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

Color convert

RGB 153 103 129 -
CMYK 0 0.33 0.16 0.4
HSL 328.8º 0.2% 0.5% -
HSV(B) 328.8º 0.33% 0.6% -
XYZ 21.95 18.06 23.1 -
YUV 120.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 153 103 129 0 0.33 0.16 0.4 328.8 0.2 0.5
Hex 99 67 81 0 21 10 28 149 14 32
Octal 231 147 201 0 41 20 50 511 24 62
Binary 10011001 1100111 10000001 0 100001 10000 101000 101001001 10100 110010

Color Harmonies of #996781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996781

Black with #996781

Text Example


Text Example

White with #996781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996781; }

 p { color: rgb(153,103,129); }

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

background-color css

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

 a { background-color: rgb(153,103,129); }

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

border-color css

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

 span { border-color: rgb(153,103,129); }

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