#9A438D

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

Shades of Violet Blue #9A438D

Tints of Violet Blue #9A438D

Color information

#9A438D (or 0x9A438D) is unknown color: approx Violet Blue. HEX triplet: 9A, 43 and 8D. RGB value is (154,67,141). Sum of RGB (Red+Green+Blue) = 154+67+141=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A438D is #65BC72. Grayscale: #656565. Windows color (decimal): -6667379 or 9257882. OLE color: 9257882.

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

Color convert

RGB15467141-
CMYK00.560.080.40
HSL308.97º39.37%43.33%-
HSV(B)308.97º56.49%60.39%-
XYZ20.1412.8126.61-
YUV101.45150.32165.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.54%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=42.54%
G=18.51%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546714100.560.080.40308.9739.3743.33
Hex9A438D038828135272b
Octal23210321507010504654753
Binary1001101010000111000110101110001000101000100110101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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