#9F4DF1

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

Shades of Blue Violet #9F4DF1

Tints of Blue Violet #9F4DF1

Color information

#9F4DF1 (or 0x9F4DF1) is unknown color: approx Blue Violet. HEX triplet: 9F, 4D and F1. RGB value is (159,77,241). Sum of RGB (Red+Green+Blue) = 159+77+241=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F4DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4DF1 is #60B20E. Grayscale: #777777. Windows color (decimal): -6337039 or 15814047. OLE color: 15814047.

HSL color Cylindrical-coordinate representation of color #9F4DF1: hue angle of 270º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4DF1 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15977241-
CMYK0.340.6800.05
HSL270º85.42%62.35%-
HSV(B)270º68.05%94.51%-
XYZ32.8319.0385.16-
YUV120.21196.17155.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 77 (30.47% from 255) = 16.14%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=33.33%
G=16.14%
B=50.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal159772410.340.6800.0527085.4262.35
Hex9F4DF122440510e553e
Octal237115361421040541612576
Binary10011111100110111110001100010100010001011000011101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,77,241); }

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

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

 a { background-color: rgb(159,77,241); }

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

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

 span { border-color: rgb(159,77,241); }

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