#95668E

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

Shades of Violet Blue #95668E

Tints of Violet Blue #95668E

Color information

#95668E (or 0x95668E) is unknown color: approx Violet Blue. HEX triplet: 95, 66 and 8E. RGB value is (149,102,142). Sum of RGB (Red+Green+Blue) = 149+102+142=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95668E is #6A9971. Grayscale: #787878. Windows color (decimal): -6986098 or 9332373. OLE color: 9332373.

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

Color convert

RGB149102142-
CMYK00.320.050.42
HSL308.94º18.73%49.22%-
HSV(B)308.94º31.54%58.43%-
XYZ22.0317.8527.87-
YUV120.61140.07148.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=37.91%
G=25.95%
B=36.13%

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
Decimal14910214200.320.050.42308.9418.7349.22
Hex95668E02052A1351331
Octal2251462160405524652361
Binary10010101110011010001110010000010110101010011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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