#95648C

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

Shades of Strikemaster #95648C

Tints of Strikemaster #95648C

Color information

#95648C (or 0x95648C) is unknown color: approx Strikemaster. HEX triplet: 95, 64 and 8C. RGB value is (149,100,140). Sum of RGB (Red+Green+Blue) = 149+100+140=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95648C is #6A9B73. Grayscale: #777777. Windows color (decimal): -6986612 or 9200789. OLE color: 9200789.

HSL color Cylindrical-coordinate representation of color #95648C: hue angle of 311.02º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95648C is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB149100140-
CMYK00.330.060.42
HSL311.02º19.68%48.82%-
HSV(B)311.02º32.89%58.43%-
XYZ21.6917.427.03-
YUV119.21139.73149.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=38.30%
G=25.71%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910014000.330.060.42311.0219.6848.82
Hex95648C02162A1371431
Octal2251442140416524672461
Binary10010101110010010001100010000111010101010011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95648C; }

 p { color: rgb(149,100,140); }

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

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

 a { background-color: rgb(149,100,140); }

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

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

 span { border-color: rgb(149,100,140); }

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