Html Css Color HEX #996181 Strikemaster

📋 copy color: '#996181'

red 153 ◦ green 97 ◦ blue 129

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

Shades of Strikemaster #996181

Tints of Strikemaster #996181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

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

R = 40.37%
G = 25.59%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#996181 (or 0x996181) is known color: Strikemaster. HEX triplet: 99, 61 and 81. RGB value is (153,97,129). Sum of RGB (Red+Green+Blue) = 153+97+129=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #996181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996181 is #669E7E. Grayscale: #757575. Windows color (decimal): -6725247 or 8479129. OLE color: 8479129.

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

Color convert

RGB 153 97 129 -
CMYK 0 0.37 0.16 0.4
HSL 325.71º 0.22% 0.49% -
HSV(B) 325.71º 0.37% 0.6% -
XYZ 21.37 16.91 22.91 -
YUV 117.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 153 97 129 0 0.37 0.16 0.4 325.71 0.22 0.49
Hex 99 61 81 0 25 10 28 146 16 31
Octal 231 141 201 0 45 20 50 506 26 61
Binary 10011001 1100001 10000001 0 100101 10000 101000 101000110 10110 110001

Color Harmonies of #996181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996181

Black with #996181

Text Example


Text Example

White with #996181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996181; }

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

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

background-color css

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

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

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

border-color css

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

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

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