#9F67AD

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

Shades of Violet Blue #9F67AD

Tints of Violet Blue #9F67AD

Color information

#9F67AD (or 0x9F67AD) is unknown color: approx Violet Blue. HEX triplet: 9F, 67 and AD. RGB value is (159,103,173). Sum of RGB (Red+Green+Blue) = 159+103+173=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F67AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F67AD is #609852. Grayscale: #7F7F7F. Windows color (decimal): -6330451 or 11364255. OLE color: 11364255.

HSL color Cylindrical-coordinate representation of color #9F67AD: hue angle of 288º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F67AD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159103173-
CMYK0.080.4000.32
HSL288º29.91%54.12%-
HSV(B)288º40.46%67.84%-
XYZ26.6920.0942.01-
YUV127.72153.55150.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.55%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=36.55%
G=23.68%
B=39.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591031730.080.4000.3228829.9154.12
Hex9F67AD8280201201e36
Octal23714725510500404403666
Binary100111111100111101011011000101000010000010010000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F67AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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