Html Css Color HEX #940DF9 Blue Violet

📋 copy color: '#940DF9'

red 148 ◦ green 13 ◦ blue 249

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

Shades of Blue Violet #940DF9

Tints of Blue Violet #940DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.73%

R = 36.1%
G = 3.17%
B = 60.73%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#940DF9 (or 0x940DF9) is known color: Blue Violet. HEX triplet: 94, 0D and F9. RGB value is (148,13,249). Sum of RGB (Red+Green+Blue) = 148+13+249=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #940DF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940DF9 is #6BF206. Grayscale: #4F4F4F. Windows color (decimal): -7074311 or 16321940. OLE color: 16321940.

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

Color convert

RGB 148 13 249 -
CMYK 0.41 0.95 0 0.02
HSL 274.32º 0.95% 0.51% -
HSV(B) 274.32º 0.95% 0.98% -
XYZ 29.46 13.42 90.66 -
YUV 80.27 223.23 176.31 -
System Red Green Blue C M Y K H S L
Decimal 148 13 249 0.41 0.95 0 0.02 274.32 0.95 0.51
Hex 94 D F9 29 5F 0 2 112 5F 33
Octal 224 15 371 51 137 0 2 422 137 63
Binary 10010100 1101 11111001 101001 1011111 0 10 100010010 1011111 110011

Color Harmonies of #940DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940DF9

Black with #940DF9

Text Example


Text Example

White with #940DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,13,249); }

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

background-color css

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

 a { background-color: rgb(148,13,249); }

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

border-color css

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

 span { border-color: rgb(148,13,249); }

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