Html Css Color HEX #930DF1 Dark Violet

📋 copy color: '#930DF1'

red 147 ◦ green 13 ◦ blue 241

#930DF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #930DF1

Tints of Dark Violet #930DF1

RGB

 RED value IS 147 (57.81% from 255) = 36.66%

 GREEN value IS 13 (5.47% from 255) = 3.24%

 BLUE value IS 241 (94.53% from 255) = 60.1%

R = 36.66%
G = 3.24%
B = 60.1%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#930DF1 (or 0x930DF1) is known color: Dark Violet. HEX triplet: 93, 0D and F1. RGB value is (147,13,241). Sum of RGB (Red+Green+Blue) = 147+13+241=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #930DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930DF1 is #6CF20E. Grayscale: #4E4E4E. Windows color (decimal): -7139855 or 15797651. OLE color: 15797651.

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

Color convert

RGB 147 13 241 -
CMYK 0.39 0.95 0 0.05
HSL 275.26º 0.9% 0.5% -
HSV(B) 275.26º 0.95% 0.95% -
XYZ 28.05 12.84 84.22 -
YUV 79.06 219.39 176.46 -
System Red Green Blue C M Y K H S L
Decimal 147 13 241 0.39 0.95 0 0.05 275.26 0.9 0.5
Hex 93 D F1 27 5F 0 5 113 5A 32
Octal 223 15 361 47 137 0 5 423 132 62
Binary 10010011 1101 11110001 100111 1011111 0 101 100010011 1011010 110010

Color Harmonies of #930DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930DF1

Black with #930DF1

Text Example


Text Example

White with #930DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #930DF1;
 }
 .AnyTagClassName
 {
   color: #930DF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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