Html Css Color HEX #930EC1 Dark Violet

📋 copy color: '#930EC1'

red 147 ◦ green 14 ◦ blue 193

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

Shades of Dark Violet #930EC1

Tints of Dark Violet #930EC1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.95%

 BLUE value IS 193 (75.78% from 255) = 54.52%

R = 41.53%
G = 3.95%
B = 54.52%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#930EC1 (or 0x930EC1) is known color: Dark Violet. HEX triplet: 93, 0E and C1. RGB value is (147,14,193). Sum of RGB (Red+Green+Blue) = 147+14+193=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #930EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930EC1 is #6CF13E. Grayscale: #494949. Windows color (decimal): -7139647 or 12652179. OLE color: 12652179.

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

Color convert

RGB 147 14 193 -
CMYK 0.24 0.93 0 0.24
HSL 284.58º 0.86% 0.41% -
HSV(B) 284.58º 0.93% 0.76% -
XYZ 21.82 10.37 51.3 -
YUV 74.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 147 14 193 0.24 0.93 0 0.24 284.58 0.86 0.41
Hex 93 E C1 18 5D 0 18 11D 56 29
Octal 223 16 301 30 135 0 30 435 126 51
Binary 10010011 1110 11000001 11000 1011101 0 11000 100011101 1010110 101001

Color Harmonies of #930EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930EC1

Black with #930EC1

Text Example


Text Example

White with #930EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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