#9A6F9D

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

Shades of Violet Blue #9A6F9D

Tints of Violet Blue #9A6F9D

Color information

#9A6F9D (or 0x9A6F9D) is unknown color: approx Violet Blue. HEX triplet: 9A, 6F and 9D. RGB value is (154,111,157). Sum of RGB (Red+Green+Blue) = 154+111+157=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A6F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6F9D is #659062. Grayscale: #808080. Windows color (decimal): -6656099 or 10317722. OLE color: 10317722.

HSL color Cylindrical-coordinate representation of color #9A6F9D: hue angle of 296.09º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A6F9D is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154111157-
CMYK0.020.2900.38
HSL296.09º19.01%52.55%-
HSV(B)296.09º29.3%61.57%-
XYZ25.120.6734.57-
YUV129.1143.75145.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=36.49%
G=26.30%
B=37.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541111570.020.2900.38296.0919.0152.55
Hex9A6F9D21D0261281335
Octal2321572352350464502365
Binary100110101101111100111011011101010011010010100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,111,157); }

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

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

 a { background-color: rgb(154,111,157); }

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

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

 span { border-color: rgb(154,111,157); }

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