#9F1DE5

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

Shades of Blue Violet #9F1DE5

Tints of Blue Violet #9F1DE5

Color information

#9F1DE5 (or 0x9F1DE5) is unknown color: approx Blue Violet. HEX triplet: 9F, 1D and E5. RGB value is (159,29,229). Sum of RGB (Red+Green+Blue) = 159+29+229=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F1DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1DE5 is #60E21A. Grayscale: #5A5A5A. Windows color (decimal): -6349339 or 15015327. OLE color: 15015327.

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

Color convert

RGB15929229-
CMYK0.310.8700.10
HSL279º79.37%50.59%-
HSV(B)279º87.34%89.8%-
XYZ28.8813.9175.29-
YUV90.67206.07176.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 29 (11.72% from 255) = 6.95%
BLUE value IS 229 (89.84% from 255) = 54.92%
R=38.13%
G=6.95%
B=54.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal159292290.310.8700.1027979.3750.59
Hex9F1DE51F570A1174f33
Octal237353453712701242711763
Binary100111111110111100101111111010111010101000101111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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