#9A4DEC

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

Shades of Blue Violet #9A4DEC

Tints of Blue Violet #9A4DEC

Color information

#9A4DEC (or 0x9A4DEC) is unknown color: approx Blue Violet. HEX triplet: 9A, 4D and EC. RGB value is (154,77,236). Sum of RGB (Red+Green+Blue) = 154+77+236=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A4DEC is #65B213. Grayscale: #757575. Windows color (decimal): -6664724 or 15486362. OLE color: 15486362.

HSL color Cylindrical-coordinate representation of color #9A4DEC: hue angle of 269.06º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A4DEC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15477236-
CMYK0.350.6700.07
HSL269.06º80.71%61.37%-
HSV(B)269.06º67.37%92.55%-
XYZ31.1218.2381.24-
YUV118.15194.51153.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 77 (30.47% from 255) = 16.49%
BLUE value IS 236 (92.58% from 255) = 50.54%
R=32.98%
G=16.49%
B=50.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154772360.350.6700.07269.0680.7161.37
Hex9A4DEC23430710d513d
Octal232115354431030741512175
Binary10011010100110111101100100011100001101111000011011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,77,236); }

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

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

 a { background-color: rgb(154,77,236); }

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

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

 span { border-color: rgb(154,77,236); }

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