#95668C

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

Shades of Strikemaster #95668C

Tints of Strikemaster #95668C

Color information

#95668C (or 0x95668C) is unknown color: approx Strikemaster. HEX triplet: 95, 66 and 8C. RGB value is (149,102,140). Sum of RGB (Red+Green+Blue) = 149+102+140=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95668C is #6A9973. Grayscale: #787878. Windows color (decimal): -6986100 or 9201301. OLE color: 9201301.

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

Color convert

RGB149102140-
CMYK00.320.060.42
HSL311.49º18.73%49.22%-
HSV(B)311.49º31.54%58.43%-
XYZ21.8817.7927.09-
YUV120.38139.07148.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=38.11%
G=26.09%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910214000.320.060.42311.4918.7349.22
Hex95668C02062A1371331
Octal2251462140406524672361
Binary10010101110011010001100010000011010101010011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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