#95668A

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

Shades of Strikemaster #95668A

Tints of Strikemaster #95668A

Color information

#95668A (or 0x95668A) is unknown color: approx Strikemaster. HEX triplet: 95, 66 and 8A. RGB value is (149,102,138). Sum of RGB (Red+Green+Blue) = 149+102+138=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95668A is #6A9975. Grayscale: #787878. Windows color (decimal): -6986102 or 9070229. OLE color: 9070229.

HSL color Cylindrical-coordinate representation of color #95668A: hue angle of 314.04º 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 #95668A is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149102138-
CMYK00.320.070.42
HSL314.04º18.73%49.22%-
HSV(B)314.04º31.54%58.43%-
XYZ21.7317.7326.32-
YUV120.16138.07148.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=38.30%
G=26.22%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910213800.320.070.42314.0418.7349.22
Hex95668A02072A13a1331
Octal2251462120407524722361
Binary10010101110011010001010010000011110101010011101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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