Html Css Color HEX #994BFE Blue Violet

📋 copy color: '#994BFE'

red 153 ◦ green 75 ◦ blue 254

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

Shades of Blue Violet #994BFE

Tints of Blue Violet #994BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.56%

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

R = 31.74%
G = 15.56%
B = 52.7%

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

#994BFE (or 0x994BFE) is known color: Blue Violet. HEX triplet: 99, 4B and FE. RGB value is (153,75,254). Sum of RGB (Red+Green+Blue) = 153+75+254=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #994BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BFE is #66B401. Grayscale: #767676. Windows color (decimal): -6730754 or 16665497. OLE color: 16665497.

HSL color Cylindrical-coordinate representation of color #994BFE: hue angle of 266.15º 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 #994BFE is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 75 254 -
CMYK 0.40 0.70 0 0.00
HSL 266.15º 0.99% 0.65% -
HSV(B) 266.15º 0.7% 1% -
XYZ 33.54 18.96 95.66 -
YUV 118.73 204.34 152.45 -
System Red Green Blue C M Y K H S L
Decimal 153 75 254 0.40 0.70 0 0.00 266.15 0.99 0.65
Hex 99 4B FE 28 46 0 0 10A 63 41
Octal 231 113 376 50 106 0 0 412 143 101
Binary 10011001 1001011 11111110 101000 1000110 0 0 100001010 1100011 1000001

Color Harmonies of #994BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BFE

Black with #994BFE

Text Example


Text Example

White with #994BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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