Html Css Color HEX #996183 Strikemaster

📋 copy color: '#996183'

red 153 ◦ green 97 ◦ blue 131

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

Shades of Strikemaster #996183

Tints of Strikemaster #996183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.38%

R = 40.16%
G = 25.46%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#996183 (or 0x996183) is known color: Strikemaster. HEX triplet: 99, 61 and 83. RGB value is (153,97,131). Sum of RGB (Red+Green+Blue) = 153+97+131=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #996183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996183 is #669E7C. Grayscale: #757575. Windows color (decimal): -6725245 or 8610201. OLE color: 8610201.

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

Color convert

RGB 153 97 131 -
CMYK 0 0.37 0.14 0.4
HSL 323.57º 0.22% 0.49% -
HSV(B) 323.57º 0.37% 0.6% -
XYZ 21.51 16.96 23.61 -
YUV 117.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 153 97 131 0 0.37 0.14 0.4 323.57 0.22 0.49
Hex 99 61 83 0 25 E 28 144 16 31
Octal 231 141 203 0 45 16 50 504 26 61
Binary 10011001 1100001 10000011 0 100101 1110 101000 101000100 10110 110001

Color Harmonies of #996183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996183

Black with #996183

Text Example


Text Example

White with #996183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996183; }

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

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

background-color css

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

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

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

border-color css

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

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

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