Html Css Color HEX #994AFF Blue Violet

📋 copy color: '#994AFF'

red 153 ◦ green 74 ◦ blue 255

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

Shades of Blue Violet #994AFF

Tints of Blue Violet #994AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.35%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 31.74%
G = 15.35%
B = 52.9%

CMYK

 C value IS 0.4

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#994AFF (or 0x994AFF) is known color: Blue Violet. HEX triplet: 99, 4A and FF. RGB value is (153,74,255). Sum of RGB (Red+Green+Blue) = 153+74+255=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #994AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994AFF is #66B500. Grayscale: #757575. Windows color (decimal): -6731009 or 16730777. OLE color: 16730777.

HSL color Cylindrical-coordinate representation of color #994AFF: hue angle of 266.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #994AFF is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 74 255 -
CMYK 0.4 0.71 0 0
HSL 266.19º 1% 0.65% -
HSV(B) 266.19º 0.71% 1% -
XYZ 33.64 18.89 96.48 -
YUV 118.26 205.17 152.78 -
System Red Green Blue C M Y K H S L
Decimal 153 74 255 0.4 0.71 0 0 266.19 1 0.65
Hex 99 4A FF 28 47 0 0 10A 64 41
Octal 231 112 377 50 107 0 0 412 144 101
Binary 10011001 1001010 11111111 101000 1000111 0 0 100001010 1100100 1000001

Color Harmonies of #994AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994AFF

Black with #994AFF

Text Example


Text Example

White with #994AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,74,255); }

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

background-color css

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

 a { background-color: rgb(153,74,255); }

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

border-color css

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

 span { border-color: rgb(153,74,255); }

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