Html Css Color HEX #940BFA Blue Violet

📋 copy color: '#940BFA'

red 148 ◦ green 11 ◦ blue 250

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

Shades of Blue Violet #940BFA

Tints of Blue Violet #940BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.69%

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

R = 36.19%
G = 2.69%
B = 61.12%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#940BFA (or 0x940BFA) is known color: Blue Violet. HEX triplet: 94, 0B and FA. RGB value is (148,11,250). Sum of RGB (Red+Green+Blue) = 148+11+250=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #940BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940BFA is #6BF405. Grayscale: #4E4E4E. Windows color (decimal): -7074822 or 16386964. OLE color: 16386964.

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

Color convert

RGB 148 11 250 -
CMYK 0.41 0.96 0 0.02
HSL 274.39º 0.96% 0.51% -
HSV(B) 274.39º 0.96% 0.98% -
XYZ 29.59 13.44 91.48 -
YUV 79.21 224.39 177.07 -
System Red Green Blue C M Y K H S L
Decimal 148 11 250 0.41 0.96 0 0.02 274.39 0.96 0.51
Hex 94 B FA 29 60 0 2 112 60 33
Octal 224 13 372 51 140 0 2 422 140 63
Binary 10010100 1011 11111010 101001 1100000 0 10 100010010 1100000 110011

Color Harmonies of #940BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940BFA

Black with #940BFA

Text Example


Text Example

White with #940BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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