#9F68AB

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

Shades of Violet Blue #9F68AB

Tints of Violet Blue #9F68AB

Color information

#9F68AB (or 0x9F68AB) is unknown color: approx Violet Blue. HEX triplet: 9F, 68 and AB. RGB value is (159,104,171). Sum of RGB (Red+Green+Blue) = 159+104+171=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F68AB is #609754. Grayscale: #7F7F7F. Windows color (decimal): -6330197 or 11233439. OLE color: 11233439.

HSL color Cylindrical-coordinate representation of color #9F68AB: hue angle of 289.25º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F68AB is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159104171-
CMYK0.070.3900.33
HSL289.25º28.51%53.92%-
HSV(B)289.25º39.18%67.06%-
XYZ26.620.2141.03-
YUV128.08152.22150.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=36.64%
G=23.96%
B=39.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591041710.070.3900.33289.2528.5153.92
Hex9F68AB7270211211d36
Octal2371502537470414413566
Binary10011111110100010101011111100111010000110010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,104,171); }

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

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

 a { background-color: rgb(159,104,171); }

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

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

 span { border-color: rgb(159,104,171); }

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