Html Css Color HEX #994EF4 Blue Violet

📋 copy color: '#994EF4'

red 153 ◦ green 78 ◦ blue 244

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

Shades of Blue Violet #994EF4

Tints of Blue Violet #994EF4

RGB

 RED value IS 153 (60.16% from 255) = 32.21%

 GREEN value IS 78 (30.86% from 255) = 16.42%

 BLUE value IS 244 (95.7% from 255) = 51.37%

R = 32.21%
G = 16.42%
B = 51.37%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#994EF4 (or 0x994EF4) is known color: Blue Violet. HEX triplet: 99, 4E and F4. RGB value is (153,78,244). Sum of RGB (Red+Green+Blue) = 153+78+244=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 244 (95.70% from 255 or 51.37% from 475); Max value from RGB is 244 - color contains mainly: blue. Hex color #994EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EF4 is #66B10B. Grayscale: #767676. Windows color (decimal): -6729996 or 16010905. OLE color: 16010905.

HSL color Cylindrical-coordinate representation of color #994EF4: hue angle of 267.11º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994EF4 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 78 244 -
CMYK 0.37 0.68 0 0.04
HSL 267.11º 0.88% 0.63% -
HSV(B) 267.11º 0.68% 0.96% -
XYZ 32.19 18.75 87.51 -
YUV 119.35 198.35 152 -
System Red Green Blue C M Y K H S L
Decimal 153 78 244 0.37 0.68 0 0.04 267.11 0.88 0.63
Hex 99 4E F4 25 44 0 4 10B 58 3F
Octal 231 116 364 45 104 0 4 413 130 77
Binary 10011001 1001110 11110100 100101 1000100 0 100 100001011 1011000 111111

Color Harmonies of #994EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EF4

Black with #994EF4

Text Example


Text Example

White with #994EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994EF4; }

 p { color: rgb(153,78,244); }

 H1.HeaderClassName
 {
   color: #994EF4;
 }
 .AnyTagClassName
 {
   color: #994EF4;
 }
</style>

background-color css

<style>
 a { background-color: #994EF4; }

 a { background-color: rgb(153,78,244); }

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

border-color css

<style>
 span { border-color: #994EF4; }

 span { border-color: rgb(153,78,244); }

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