#9f3de5

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

Shades of Blue Violet #9F3DE5

Tints of Blue Violet #9F3DE5

Color information

#9F3DE5 (or 0x9F3DE5) is unknown color: approx Blue Violet. HEX triplet: 9F, 3D and E5. RGB value is (159,61,229). Sum of RGB (Red+Green+Blue) = 159+61+229=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F3DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3DE5 is #60C21A. Grayscale: #6C6C6C. Windows color (decimal): -6341147 or 15023519. OLE color: 15023519.

HSL color Cylindrical-coordinate representation of color #9F3DE5: hue angle of 275º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F3DE5 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15961229-
CMYK0.310.7300.10
HSL275º76.36%56.86%-
HSV(B)275º73.36%89.8%-
XYZ30.1116.3775.7-
YUV109.45195.47163.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 61 (24.22% from 255) = 13.59%
BLUE value IS 229 (89.84% from 255) = 51.00%
R=35.41%
G=13.59%
B=51.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal159612290.310.7300.1027576.3656.86
Hex9F3DE51F490A1134c39
Octal237753453711101242311471
Binary1001111111110111100101111111001001010101000100111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f3de5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,61,229); }

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

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

 a { background-color: rgb(159,61,229); }

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

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

 span { border-color: rgb(159,61,229); }

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