#995382

Color #995382 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #995382

Tints of Strikemaster #995382

Color information

#995382 (or 0x995382) is unknown color: approx Strikemaster. HEX triplet: 99, 53 and 82. RGB value is (153,83,130). Sum of RGB (Red+Green+Blue) = 153+83+130=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #995382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995382 is #66AC7D. Grayscale: #6D6D6D. Windows color (decimal): -6728830 or 8541081. OLE color: 8541081.

HSL color Cylindrical-coordinate representation of color #995382: hue angle of 319.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995382 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB15383130-
CMYK00.460.150.4
HSL319.71º29.66%46.27%-
HSV(B)319.71º45.75%60%-
XYZ20.2614.5722.86-
YUV109.29139.69159.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=41.80%
G=22.68%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538313000.460.150.4319.7129.6646.27
Hex99538202EF281401e2e
Octal23112320205617505003656
Binary100110011010011100000100101110111110100010100000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995382; }

 p { color: rgb(153,83,130); }

 H1.HeaderClassName
 {
   color: #995382;
 }
 .AnyTagClassName
 {
   color: #995382;
 }
</style>
background-color css

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

 a { background-color: rgb(153,83,130); }

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

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

 span { border-color: rgb(153,83,130); }

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