#9F67AB

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

Shades of Violet Blue #9F67AB

Tints of Violet Blue #9F67AB

Color information

#9F67AB (or 0x9F67AB) is unknown color: approx Violet Blue. HEX triplet: 9F, 67 and AB. RGB value is (159,103,171). Sum of RGB (Red+Green+Blue) = 159+103+171=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F67AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F67AB is #609854. Grayscale: #7F7F7F. Windows color (decimal): -6330453 or 11233183. OLE color: 11233183.

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

Color convert

RGB159103171-
CMYK0.070.4000.33
HSL289.41º28.81%53.73%-
HSV(B)289.41º39.77%67.06%-
XYZ26.520.0140.99-
YUV127.5152.55150.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=36.72%
G=23.79%
B=39.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591031710.070.4000.33289.4128.8153.73
Hex9F67AB7280211211d36
Octal2371472537500414413566
Binary10011111110011110101011111101000010000110010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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