Html Css Color HEX #994CFE Blue Violet

📋 copy color: '#994CFE'

red 153 ◦ green 76 ◦ blue 254

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

Shades of Blue Violet #994CFE

Tints of Blue Violet #994CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.73%

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 31.68%
G = 15.73%
B = 52.59%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#994CFE (or 0x994CFE) is known color: Blue Violet. HEX triplet: 99, 4C and FE. RGB value is (153,76,254). Sum of RGB (Red+Green+Blue) = 153+76+254=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #994CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CFE is #66B301. Grayscale: #767676. Windows color (decimal): -6730498 or 16665753. OLE color: 16665753.

HSL color Cylindrical-coordinate representation of color #994CFE: hue angle of 265.96º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994CFE is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 76 254 -
CMYK 0.40 0.70 0 0.00
HSL 265.96º 0.99% 0.65% -
HSV(B) 265.96º 0.7% 1% -
XYZ 33.61 19.1 95.68 -
YUV 119.32 204.01 152.03 -
System Red Green Blue C M Y K H S L
Decimal 153 76 254 0.40 0.70 0 0.00 265.96 0.99 0.65
Hex 99 4C FE 28 46 0 0 10A 63 41
Octal 231 114 376 50 106 0 0 412 143 101
Binary 10011001 1001100 11111110 101000 1000110 0 0 100001010 1100011 1000001

Color Harmonies of #994CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CFE

Black with #994CFE

Text Example


Text Example

White with #994CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,254); }

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

background-color css

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

 a { background-color: rgb(153,76,254); }

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

border-color css

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

 span { border-color: rgb(153,76,254); }

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