Html Css Color HEX #940FFB Blue Violet

📋 copy color: '#940FFB'

red 148 ◦ green 15 ◦ blue 251

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

Shades of Blue Violet #940FFB

Tints of Blue Violet #940FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.62%

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

R = 35.75%
G = 3.62%
B = 60.63%

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

#940FFB (or 0x940FFB) is known color: Blue Violet. HEX triplet: 94, 0F and FB. RGB value is (148,15,251). Sum of RGB (Red+Green+Blue) = 148+15+251=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #940FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940FFB is #6BF004. Grayscale: #505050. Windows color (decimal): -7073797 or 16453524. OLE color: 16453524.

HSL color Cylindrical-coordinate representation of color #940FFB: hue angle of 273.81º degrees, saturation: 0.97, 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 #940FFB is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 15 251 -
CMYK 0.41 0.94 0 0.02
HSL 273.81º 0.97% 0.52% -
HSV(B) 273.81º 0.94% 0.98% -
XYZ 29.8 13.6 92.32 -
YUV 81.67 223.56 175.31 -
System Red Green Blue C M Y K H S L
Decimal 148 15 251 0.41 0.94 0 0.02 273.81 0.97 0.52
Hex 94 F FB 29 5E 0 2 112 61 34
Octal 224 17 373 51 136 0 2 422 141 64
Binary 10010100 1111 11111011 101001 1011110 0 10 100010010 1100001 110100

Color Harmonies of #940FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940FFB

Black with #940FFB

Text Example


Text Example

White with #940FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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