Html Css Color HEX #940FFA Blue Violet

📋 copy color: '#940FFA'

red 148 ◦ green 15 ◦ blue 250

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

Shades of Blue Violet #940FFA

Tints of Blue Violet #940FFA

RGB

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

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

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

R = 35.84%
G = 3.63%
B = 60.53%

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

#940FFA (or 0x940FFA) is known color: Blue Violet. HEX triplet: 94, 0F and FA. RGB value is (148,15,250). Sum of RGB (Red+Green+Blue) = 148+15+250=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #940FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940FFA is #6BF005. Grayscale: #505050. Windows color (decimal): -7073798 or 16387988. OLE color: 16387988.

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

Color convert

RGB 148 15 250 -
CMYK 0.41 0.94 0 0.02
HSL 273.96º 0.96% 0.52% -
HSV(B) 273.96º 0.94% 0.98% -
XYZ 29.64 13.54 91.49 -
YUV 81.56 223.06 175.39 -
System Red Green Blue C M Y K H S L
Decimal 148 15 250 0.41 0.94 0 0.02 273.96 0.96 0.52
Hex 94 F FA 29 5E 0 2 112 60 34
Octal 224 17 372 51 136 0 2 422 140 64
Binary 10010100 1111 11111010 101001 1011110 0 10 100010010 1100000 110100

Color Harmonies of #940FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940FFA

Black with #940FFA

Text Example


Text Example

White with #940FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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