#9D1FDF

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

Shades of Blue Violet #9D1FDF

Tints of Blue Violet #9D1FDF

Color information

#9D1FDF (or 0x9D1FDF) is unknown color: approx Blue Violet. HEX triplet: 9D, 1F and DF. RGB value is (157,31,223). Sum of RGB (Red+Green+Blue) = 157+31+223=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D1FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1FDF is #62E020. Grayscale: #595959. Windows color (decimal): -6479905 or 14622621. OLE color: 14622621.

HSL color Cylindrical-coordinate representation of color #9D1FDF: hue angle of 279.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1FDF is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15731223-
CMYK0.300.8600.13
HSL279.38º75.59%49.8%-
HSV(B)279.38º86.1%87.45%-
XYZ27.7113.4870.95-
YUV90.56202.74175.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 31 (12.5% from 255) = 7.54%
BLUE value IS 223 (87.5% from 255) = 54.26%
R=38.20%
G=7.54%
B=54.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157312230.300.8600.13279.3875.5949.8
Hex9D1FDF1E560D1174c32
Octal235373373612601542711462
Binary100111011111111011111111101010110011011000101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,31,223); }

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

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

 a { background-color: rgb(157,31,223); }

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

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

 span { border-color: rgb(157,31,223); }

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