#95668D

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

Shades of Violet Blue #95668D

Tints of Violet Blue #95668D

Color information

#95668D (or 0x95668D) is unknown color: approx Violet Blue. HEX triplet: 95, 66 and 8D. RGB value is (149,102,141). Sum of RGB (Red+Green+Blue) = 149+102+141=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95668D is #6A9972. Grayscale: #787878. Windows color (decimal): -6986099 or 9266837. OLE color: 9266837.

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

Color convert

RGB149102141-
CMYK00.320.050.42
HSL310.21º18.73%49.22%-
HSV(B)310.21º31.54%58.43%-
XYZ21.9517.8227.48-
YUV120.5139.57148.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=38.01%
G=26.02%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910214100.320.050.42310.2118.7349.22
Hex95668D02052A1361331
Octal2251462150405524662361
Binary10010101110011010001101010000010110101010011011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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