Html Css Color HEX #994EEF Blue Violet

📋 copy color: '#994EEF'

red 153 ◦ green 78 ◦ blue 239

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

Shades of Blue Violet #994EEF

Tints of Blue Violet #994EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 32.55%
G = 16.6%
B = 50.85%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#994EEF (or 0x994EEF) is known color: Blue Violet. HEX triplet: 99, 4E and EF. RGB value is (153,78,239). Sum of RGB (Red+Green+Blue) = 153+78+239=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #994EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EEF is #66B110. Grayscale: #767676. Windows color (decimal): -6730001 or 15683225. OLE color: 15683225.

HSL color Cylindrical-coordinate representation of color #994EEF: hue angle of 267.95º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994EEF is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 78 239 -
CMYK 0.36 0.67 0 0.06
HSL 267.95º 0.83% 0.62% -
HSV(B) 267.95º 0.67% 0.94% -
XYZ 31.44 18.45 83.57 -
YUV 118.78 195.85 152.41 -
System Red Green Blue C M Y K H S L
Decimal 153 78 239 0.36 0.67 0 0.06 267.95 0.83 0.62
Hex 99 4E EF 24 43 0 6 10C 53 3E
Octal 231 116 357 44 103 0 6 414 123 76
Binary 10011001 1001110 11101111 100100 1000011 0 110 100001100 1010011 111110

Color Harmonies of #994EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EEF

Black with #994EEF

Text Example


Text Example

White with #994EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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