Html Css Color HEX #994AEC Blue Violet

📋 copy color: '#994AEC'

red 153 ◦ green 74 ◦ blue 236

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

Shades of Blue Violet #994AEC

Tints of Blue Violet #994AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 33.05%
G = 15.98%
B = 50.97%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#994AEC (or 0x994AEC) is known color: Blue Violet. HEX triplet: 99, 4A and EC. RGB value is (153,74,236). Sum of RGB (Red+Green+Blue) = 153+74+236=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #994AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994AEC is #66B513. Grayscale: #737373. Windows color (decimal): -6731028 or 15485593. OLE color: 15485593.

HSL color Cylindrical-coordinate representation of color #994AEC: hue angle of 269.26º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994AEC is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 74 236 -
CMYK 0.35 0.69 0 0.07
HSL 269.26º 0.81% 0.61% -
HSV(B) 269.26º 0.69% 0.93% -
XYZ 30.73 17.73 81.16 -
YUV 116.09 195.67 154.33 -
System Red Green Blue C M Y K H S L
Decimal 153 74 236 0.35 0.69 0 0.07 269.26 0.81 0.61
Hex 99 4A EC 23 45 0 7 10D 51 3D
Octal 231 112 354 43 105 0 7 415 121 75
Binary 10011001 1001010 11101100 100011 1000101 0 111 100001101 1010001 111101

Color Harmonies of #994AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994AEC

Black with #994AEC

Text Example


Text Example

White with #994AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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