Html Css Color HEX #930EF6 Blue Violet

📋 copy color: '#930EF6'

red 147 ◦ green 14 ◦ blue 246

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

Shades of Blue Violet #930EF6

Tints of Blue Violet #930EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 60.44%

R = 36.12%
G = 3.44%
B = 60.44%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#930EF6 (or 0x930EF6) is known color: Blue Violet. HEX triplet: 93, 0E and F6. RGB value is (147,14,246). Sum of RGB (Red+Green+Blue) = 147+14+246=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #930EF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930EF6 is #6CF109. Grayscale: #4F4F4F. Windows color (decimal): -7139594 or 16125587. OLE color: 16125587.

HSL color Cylindrical-coordinate representation of color #930EF6: hue angle of 274.4º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930EF6 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 14 246 -
CMYK 0.40 0.94 0 0.04
HSL 274.4º 0.93% 0.51% -
HSV(B) 274.4º 0.94% 0.96% -
XYZ 28.82 13.17 88.21 -
YUV 80.22 221.56 175.64 -
System Red Green Blue C M Y K H S L
Decimal 147 14 246 0.40 0.94 0 0.04 274.4 0.93 0.51
Hex 93 E F6 28 5E 0 4 112 5D 33
Octal 223 16 366 50 136 0 4 422 135 63
Binary 10010011 1110 11110110 101000 1011110 0 100 100010010 1011101 110011

Color Harmonies of #930EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930EF6

Black with #930EF6

Text Example


Text Example

White with #930EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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