#95668F

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

Shades of Violet Blue #95668F

Tints of Violet Blue #95668F

Color information

#95668F (or 0x95668F) is unknown color: approx Violet Blue. HEX triplet: 95, 66 and 8F. RGB value is (149,102,143). Sum of RGB (Red+Green+Blue) = 149+102+143=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95668F is #6A9970. Grayscale: #787878. Windows color (decimal): -6986097 or 9397909. OLE color: 9397909.

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

Color convert

RGB149102143-
CMYK00.320.040.42
HSL307.66º18.73%49.22%-
HSV(B)307.66º31.54%58.43%-
XYZ22.117.8828.27-
YUV120.73140.57148.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=37.82%
G=25.89%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910214300.320.040.42307.6618.7349.22
Hex95668F02042A1341331
Octal2251462170404524642361
Binary10010101110011010001111010000010010101010011010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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