#9F4AED

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

Shades of Blue Violet #9F4AED

Tints of Blue Violet #9F4AED

Color information

#9F4AED (or 0x9F4AED) is unknown color: approx Blue Violet. HEX triplet: 9F, 4A and ED. RGB value is (159,74,237). Sum of RGB (Red+Green+Blue) = 159+74+237=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4AED is #60B512. Grayscale: #757575. Windows color (decimal): -6337811 or 15551135. OLE color: 15551135.

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

Color convert

RGB15974237-
CMYK0.330.6900.07
HSL271.29º81.91%60.98%-
HSV(B)271.29º68.78%92.94%-
XYZ32.0318.3881.98-
YUV118195.16157.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 74 (29.30% from 255) = 15.74%
BLUE value IS 237 (92.97% from 255) = 50.43%
R=33.83%
G=15.74%
B=50.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal159742370.330.6900.07271.2981.9160.98
Hex9F4AED21450710f523d
Octal237112355411050741712275
Binary10011111100101011101101100001100010101111000011111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,74,237); }

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

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

 a { background-color: rgb(159,74,237); }

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

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

 span { border-color: rgb(159,74,237); }

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