#9A4B9D

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

Shades of Violet Blue #9A4B9D

Tints of Violet Blue #9A4B9D

Color information

#9A4B9D (or 0x9A4B9D) is unknown color: approx Violet Blue. HEX triplet: 9A, 4B and 9D. RGB value is (154,75,157). Sum of RGB (Red+Green+Blue) = 154+75+157=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A4B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4B9D is #65B462. Grayscale: #6B6B6B. Windows color (decimal): -6665315 or 10308506. OLE color: 10308506.

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

Color convert

RGB15475157-
CMYK0.020.5200.38
HSL297.8º35.34%45.49%-
HSV(B)297.8º52.23%61.57%-
XYZ21.9314.3433.51-
YUV107.97155.67160.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.90%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=39.90%
G=19.43%
B=40.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154751570.020.5200.38297.835.3445.49
Hex9A4B9D23402612a232d
Octal2321132352640464524355
Binary10011010100101110011101101101000100110100101010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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