Html Css Color HEX #994EF7 Blue Violet

📋 copy color: '#994EF7'

red 153 ◦ green 78 ◦ blue 247

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

Shades of Blue Violet #994EF7

Tints of Blue Violet #994EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 32.01%
G = 16.32%
B = 51.67%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#994EF7 (or 0x994EF7) is known color: Blue Violet. HEX triplet: 99, 4E and F7. RGB value is (153,78,247). Sum of RGB (Red+Green+Blue) = 153+78+247=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #994EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EF7 is #66B108. Grayscale: #777777. Windows color (decimal): -6729993 or 16207513. OLE color: 16207513.

HSL color Cylindrical-coordinate representation of color #994EF7: hue angle of 266.63º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994EF7 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 78 247 -
CMYK 0.38 0.68 0 0.03
HSL 266.63º 0.91% 0.64% -
HSV(B) 266.63º 0.68% 0.97% -
XYZ 32.65 18.94 89.93 -
YUV 119.69 199.85 151.76 -
System Red Green Blue C M Y K H S L
Decimal 153 78 247 0.38 0.68 0 0.03 266.63 0.91 0.64
Hex 99 4E F7 26 44 0 3 10B 5B 40
Octal 231 116 367 46 104 0 3 413 133 100
Binary 10011001 1001110 11110111 100110 1000100 0 11 100001011 1011011 1000000

Color Harmonies of #994EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EF7

Black with #994EF7

Text Example


Text Example

White with #994EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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