Html Css Color HEX #996580 Strikemaster

📋 copy color: '#996580'

red 153 ◦ green 101 ◦ blue 128

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

Shades of Strikemaster #996580

Tints of Strikemaster #996580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 40.05%
G = 26.44%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#996580 (or 0x996580) is known color: Strikemaster. HEX triplet: 99, 65 and 80. RGB value is (153,101,128). Sum of RGB (Red+Green+Blue) = 153+101+128=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #996580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996580 is #669A7F. Grayscale: #777777. Windows color (decimal): -6724224 or 8414617. OLE color: 8414617.

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

Color convert

RGB 153 101 128 -
CMYK 0 0.34 0.16 0.4
HSL 328.85º 0.2% 0.5% -
HSV(B) 328.85º 0.34% 0.6% -
XYZ 21.69 17.64 22.68 -
YUV 119.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 153 101 128 0 0.34 0.16 0.4 328.85 0.2 0.5
Hex 99 65 80 0 22 10 28 149 14 32
Octal 231 145 200 0 42 20 50 511 24 62
Binary 10011001 1100101 10000000 0 100010 10000 101000 101001001 10100 110010

Color Harmonies of #996580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996580

Black with #996580

Text Example


Text Example

White with #996580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996580; }

 p { color: rgb(153,101,128); }

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

background-color css

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

 a { background-color: rgb(153,101,128); }

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

border-color css

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

 span { border-color: rgb(153,101,128); }

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