#930FDF

Color #930FDF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #930FDF

Tints of Dark Violet #930FDF

Color information

#930FDF (or 0x930FDF) is unknown color: approx Dark Violet. HEX triplet: 93, 0F and DF. RGB value is (147,15,223). Sum of RGB (Red+Green+Blue) = 147+15+223=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #930FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FDF is #6CF020. Grayscale: #4D4D4D. Windows color (decimal): -7139361 or 14618515. OLE color: 14618515.

HSL color Cylindrical-coordinate representation of color #930FDF: hue angle of 278.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930FDF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14715223-
CMYK0.340.9300.13
HSL278.08º87.39%46.67%-
HSV(B)278.08º93.27%87.45%-
XYZ25.5211.8770.76-
YUV78.18209.73177.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 15 (6.25% from 255) = 3.90%
BLUE value IS 223 (87.5% from 255) = 57.92%
R=38.18%
G=3.90%
B=57.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147152230.340.9300.13278.0887.3946.67
Hex93FDF225D0D116572f
Octal223173374213501542612757
Binary100100111111110111111000101011101011011000101101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930FDF; }

 p { color: rgb(147,15,223); }

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

<style>
 a { background-color: #930FDF; }

 a { background-color: rgb(147,15,223); }

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

<style>
 span { border-color: #930FDF; }

 span { border-color: rgb(147,15,223); }

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