#930FC1

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

Shades of Dark Violet #930FC1

Tints of Dark Violet #930FC1

Color information

#930FC1 (or 0x930FC1) is unknown color: approx Dark Violet. HEX triplet: 93, 0F and C1. RGB value is (147,15,193). Sum of RGB (Red+Green+Blue) = 147+15+193=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #930FC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FC1 is #6CF03E. Grayscale: #4A4A4A. Windows color (decimal): -7139391 or 12652435. OLE color: 12652435.

HSL color Cylindrical-coordinate representation of color #930FC1: hue angle of 284.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930FC1 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14715193-
CMYK0.240.9200.24
HSL284.49º85.58%40.78%-
HSV(B)284.49º92.23%75.69%-
XYZ21.8310.3951.31-
YUV74.76194.73179.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 15 (6.25% from 255) = 4.23%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=41.41%
G=4.23%
B=54.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147151930.240.9200.24284.4985.5840.78
Hex93FC1185C01811c5629
Octal223173013013403043412651
Binary100100111111110000011100010111000110001000111001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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