#9A468D

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

Shades of Violet Blue #9A468D

Tints of Violet Blue #9A468D

Color information

#9A468D (or 0x9A468D) is unknown color: approx Violet Blue. HEX triplet: 9A, 46 and 8D. RGB value is (154,70,141). Sum of RGB (Red+Green+Blue) = 154+70+141=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A468D is #65B972. Grayscale: #676767. Windows color (decimal): -6666611 or 9258650. OLE color: 9258650.

HSL color Cylindrical-coordinate representation of color #9A468D: hue angle of 309.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A468D is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15470141-
CMYK00.550.080.40
HSL309.29º37.5%43.92%-
HSV(B)309.29º54.55%60.39%-
XYZ20.3213.1726.67-
YUV103.21149.33164.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.19%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=42.19%
G=19.18%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547014100.550.080.40309.2937.543.92
Hex9A468D037828135262c
Octal23210621506710504654654
Binary1001101010001101000110101101111000101000100110101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,70,141); }

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

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

 a { background-color: rgb(154,70,141); }

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

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

 span { border-color: rgb(154,70,141); }

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