Html Css Color HEX #940DFB Blue Violet

📋 copy color: '#940DFB'

red 148 ◦ green 13 ◦ blue 251

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

Shades of Blue Violet #940DFB

Tints of Blue Violet #940DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 35.92%
G = 3.16%
B = 60.92%

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

#940DFB (or 0x940DFB) is known color: Blue Violet. HEX triplet: 94, 0D and FB. RGB value is (148,13,251). Sum of RGB (Red+Green+Blue) = 148+13+251=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #940DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940DFB is #6BF204. Grayscale: #4F4F4F. Windows color (decimal): -7074309 or 16453012. OLE color: 16453012.

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

Color convert

RGB 148 13 251 -
CMYK 0.41 0.95 0 0.02
HSL 274.03º 0.97% 0.52% -
HSV(B) 274.03º 0.95% 0.98% -
XYZ 29.77 13.55 92.31 -
YUV 80.5 224.23 176.15 -
System Red Green Blue C M Y K H S L
Decimal 148 13 251 0.41 0.95 0 0.02 274.03 0.97 0.52
Hex 94 D FB 29 5F 0 2 112 61 34
Octal 224 15 373 51 137 0 2 422 141 64
Binary 10010100 1101 11111011 101001 1011111 0 10 100010010 1100001 110100

Color Harmonies of #940DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940DFB

Black with #940DFB

Text Example


Text Example

White with #940DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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