Html Css Color HEX #996A8B Strikemaster

📋 copy color: '#996A8B'

red 153 ◦ green 106 ◦ blue 139

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

Shades of Strikemaster #996A8B

Tints of Strikemaster #996A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 38.44%
G = 26.63%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#996A8B (or 0x996A8B) is known color: Strikemaster. HEX triplet: 99, 6A and 8B. RGB value is (153,106,139). Sum of RGB (Red+Green+Blue) = 153+106+139=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #996A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A8B is #669574. Grayscale: #7B7B7B. Windows color (decimal): -6722933 or 9136793. OLE color: 9136793.

HSL color Cylindrical-coordinate representation of color #996A8B: hue angle of 317.87º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996A8B is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 139 -
CMYK 0 0.31 0.09 0.4
HSL 317.87º 0.19% 0.51% -
HSV(B) 317.87º 0.31% 0.6% -
XYZ 22.95 18.94 26.87 -
YUV 123.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 153 106 139 0 0.31 0.09 0.4 317.87 0.19 0.51
Hex 99 6A 8B 0 1F 9 28 13E 13 33
Octal 231 152 213 0 37 11 50 476 23 63
Binary 10011001 1101010 10001011 0 11111 1001 101000 100111110 10011 110011

Color Harmonies of #996A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A8B

Black with #996A8B

Text Example


Text Example

White with #996A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996A8B; }

 p { color: rgb(153,106,139); }

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

background-color css

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

 a { background-color: rgb(153,106,139); }

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

border-color css

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

 span { border-color: rgb(153,106,139); }

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