#930AF1

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

Shades of Dark Violet #930AF1

Tints of Dark Violet #930AF1

Color information

#930AF1 (or 0x930AF1) is unknown color: approx Dark Violet. HEX triplet: 93, 0A and F1. RGB value is (147,10,241). Sum of RGB (Red+Green+Blue) = 147+10+241=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #930AF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930AF1 is #6CF50E. Grayscale: #4C4C4C. Windows color (decimal): -7140623 or 15796883. OLE color: 15796883.

HSL color Cylindrical-coordinate representation of color #930AF1: hue angle of 275.58º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930AF1 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14710241-
CMYK0.390.9600.05
HSL275.58º92.03%49.22%-
HSV(B)275.58º95.85%94.51%-
XYZ28.0212.7784.21-
YUV77.3220.39177.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 10 (4.30% from 255) = 2.51%
BLUE value IS 241 (94.53% from 255) = 60.55%
R=36.93%
G=2.51%
B=60.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147102410.390.9600.05275.5892.0349.22
Hex93AF12760051145c31
Octal22312361471400542413461
Binary10010011101011110001100111110000001011000101001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,10,241); }

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

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

 a { background-color: rgb(147,10,241); }

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

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

 span { border-color: rgb(147,10,241); }

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