#9F6EA5

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

Shades of Violet Blue #9F6EA5

Tints of Violet Blue #9F6EA5

Color information

#9F6EA5 (or 0x9F6EA5) is unknown color: approx Violet Blue. HEX triplet: 9F, 6E and A5. RGB value is (159,110,165). Sum of RGB (Red+Green+Blue) = 159+110+165=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F6EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6EA5 is #60915A. Grayscale: #828282. Windows color (decimal): -6328667 or 10841759. OLE color: 10841759.

HSL color Cylindrical-coordinate representation of color #9F6EA5: hue angle of 293.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6EA5 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB159110165-
CMYK0.040.3300.35
HSL293.45º23.4%53.92%-
HSV(B)293.45º33.33%64.71%-
XYZ26.6721.2438.29-
YUV130.92147.23148.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=36.64%
G=25.35%
B=38.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591101650.040.3300.35293.4523.453.92
Hex9F6EA54210231251736
Octal2371562454410434452766
Binary10011111110111010100101100100001010001110010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6EA5; }

 p { color: rgb(159,110,165); }

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

<style>
 a { background-color: #9F6EA5; }

 a { background-color: rgb(159,110,165); }

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

<style>
 span { border-color: #9F6EA5; }

 span { border-color: rgb(159,110,165); }

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