Html Css Color HEX #940EFA Blue Violet

📋 copy color: '#940EFA'

red 148 ◦ green 14 ◦ blue 250

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

Shades of Blue Violet #940EFA

Tints of Blue Violet #940EFA

RGB

 RED value IS 148 (58.2% from 255) = 35.92%

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

 BLUE value IS 250 (98.05% from 255) = 60.68%

R = 35.92%
G = 3.4%
B = 60.68%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#940EFA (or 0x940EFA) is known color: Blue Violet. HEX triplet: 94, 0E and FA. RGB value is (148,14,250). Sum of RGB (Red+Green+Blue) = 148+14+250=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #940EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940EFA is #6BF105. Grayscale: #505050. Windows color (decimal): -7074054 or 16387732. OLE color: 16387732.

HSL color Cylindrical-coordinate representation of color #940EFA: hue angle of 274.07º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940EFA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 14 250 -
CMYK 0.41 0.94 0 0.02
HSL 274.07º 0.96% 0.52% -
HSV(B) 274.07º 0.94% 0.98% -
XYZ 29.63 13.51 91.49 -
YUV 80.97 223.39 175.81 -
System Red Green Blue C M Y K H S L
Decimal 148 14 250 0.41 0.94 0 0.02 274.07 0.96 0.52
Hex 94 E FA 29 5E 0 2 112 60 34
Octal 224 16 372 51 136 0 2 422 140 64
Binary 10010100 1110 11111010 101001 1011110 0 10 100010010 1100000 110100

Color Harmonies of #940EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940EFA

Black with #940EFA

Text Example


Text Example

White with #940EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940EFA; }

 p { color: rgb(148,14,250); }

 H1.HeaderClassName
 {
   color: #940EFA;
 }
 .AnyTagClassName
 {
   color: #940EFA;
 }
</style>

background-color css

<style>
 a { background-color: #940EFA; }

 a { background-color: rgb(148,14,250); }

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

border-color css

<style>
 span { border-color: #940EFA; }

 span { border-color: rgb(148,14,250); }

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