#9F20EA

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

Shades of Blue Violet #9F20EA

Tints of Blue Violet #9F20EA

Color information

#9F20EA (or 0x9F20EA) is unknown color: approx Blue Violet. HEX triplet: 9F, 20 and EA. RGB value is (159,32,234). Sum of RGB (Red+Green+Blue) = 159+32+234=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F20EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F20EA is #60DF15. Grayscale: #5C5C5C. Windows color (decimal): -6348566 or 15343775. OLE color: 15343775.

HSL color Cylindrical-coordinate representation of color #9F20EA: hue angle of 277.72º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F20EA is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15932234-
CMYK0.320.8600.08
HSL277.72º82.79%52.16%-
HSV(B)277.72º86.32%91.76%-
XYZ29.6714.3479.05-
YUV93207.58175.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 32 (12.89% from 255) = 7.53%
BLUE value IS 234 (91.80% from 255) = 55.06%
R=37.41%
G=7.53%
B=55.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal159322340.320.8600.08277.7282.7952.16
Hex9F20EA2056081165334
Octal237403524012601042612364
Binary10011111100000111010101000001010110010001000101101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F20EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,32,234); }

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

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

 a { background-color: rgb(159,32,234); }

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

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

 span { border-color: rgb(159,32,234); }

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