Html Css Color HEX #930EDF Dark Violet

📋 copy color: '#930EDF'

red 147 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #930EDF

Tints of Dark Violet #930EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 38.28%
G = 3.65%
B = 58.07%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#930EDF (or 0x930EDF) is known color: Dark Violet. HEX triplet: 93, 0E and DF. RGB value is (147,14,223). Sum of RGB (Red+Green+Blue) = 147+14+223=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #930EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930EDF is #6CF120. Grayscale: #4C4C4C. Windows color (decimal): -7139617 or 14618259. OLE color: 14618259.

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

Color convert

RGB 147 14 223 -
CMYK 0.34 0.94 0 0.13
HSL 278.18º 0.88% 0.46% -
HSV(B) 278.18º 0.94% 0.87% -
XYZ 25.51 11.84 70.75 -
YUV 77.59 210.06 177.51 -
System Red Green Blue C M Y K H S L
Decimal 147 14 223 0.34 0.94 0 0.13 278.18 0.88 0.46
Hex 93 E DF 22 5E 0 D 116 58 2E
Octal 223 16 337 42 136 0 15 426 130 56
Binary 10010011 1110 11011111 100010 1011110 0 1101 100010110 1011000 101110

Color Harmonies of #930EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930EDF

Black with #930EDF

Text Example


Text Example

White with #930EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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