Html Css Color HEX #994EFB Blue Violet

📋 copy color: '#994EFB'

red 153 ◦ green 78 ◦ blue 251

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

Shades of Blue Violet #994EFB

Tints of Blue Violet #994EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 31.74%
G = 16.18%
B = 52.07%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#994EFB (or 0x994EFB) is known color: Blue Violet. HEX triplet: 99, 4E and FB. RGB value is (153,78,251). Sum of RGB (Red+Green+Blue) = 153+78+251=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #994EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EFB is #66B104. Grayscale: #777777. Windows color (decimal): -6729989 or 16469657. OLE color: 16469657.

HSL color Cylindrical-coordinate representation of color #994EFB: hue angle of 266.01º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994EFB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 78 251 -
CMYK 0.39 0.69 0 0.02
HSL 266.01º 0.96% 0.65% -
HSV(B) 266.01º 0.69% 0.98% -
XYZ 33.27 19.19 93.22 -
YUV 120.15 201.85 151.43 -
System Red Green Blue C M Y K H S L
Decimal 153 78 251 0.39 0.69 0 0.02 266.01 0.96 0.65
Hex 99 4E FB 27 45 0 2 10A 60 41
Octal 231 116 373 47 105 0 2 412 140 101
Binary 10011001 1001110 11111011 100111 1000101 0 10 100001010 1100000 1000001

Color Harmonies of #994EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EFB

Black with #994EFB

Text Example


Text Example

White with #994EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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