Html Css Color HEX #994EEA Amethyst

📋 copy color: '#994EEA'

red 153 ◦ green 78 ◦ blue 234

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

Shades of Amethyst #994EEA

Tints of Amethyst #994EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 32.9%
G = 16.77%
B = 50.32%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#994EEA (or 0x994EEA) is known color: Amethyst. HEX triplet: 99, 4E and EA. RGB value is (153,78,234). Sum of RGB (Red+Green+Blue) = 153+78+234=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #994EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EEA is #66B115. Grayscale: #757575. Windows color (decimal): -6730006 or 15355545. OLE color: 15355545.

HSL color Cylindrical-coordinate representation of color #994EEA: hue angle of 268.85º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994EEA is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 78 234 -
CMYK 0.35 0.67 0 0.08
HSL 268.85º 0.79% 0.61% -
HSV(B) 268.85º 0.67% 0.92% -
XYZ 30.71 18.16 79.73 -
YUV 118.21 193.35 152.82 -
System Red Green Blue C M Y K H S L
Decimal 153 78 234 0.35 0.67 0 0.08 268.85 0.79 0.61
Hex 99 4E EA 23 43 0 8 10D 4F 3D
Octal 231 116 352 43 103 0 10 415 117 75
Binary 10011001 1001110 11101010 100011 1000011 0 1000 100001101 1001111 111101

Color Harmonies of #994EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EEA

Black with #994EEA

Text Example


Text Example

White with #994EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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