Html Css Color HEX #994BE0 Amethyst

📋 copy color: '#994BE0'

red 153 ◦ green 75 ◦ blue 224

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

Shades of Amethyst #994BE0

Tints of Amethyst #994BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 33.85%
G = 16.59%
B = 49.56%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#994BE0 (or 0x994BE0) is known color: Amethyst. HEX triplet: 99, 4B and E0. RGB value is (153,75,224). Sum of RGB (Red+Green+Blue) = 153+75+224=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #994BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BE0 is #66B41F. Grayscale: #727272. Windows color (decimal): -6730784 or 14699417. OLE color: 14699417.

HSL color Cylindrical-coordinate representation of color #994BE0: hue angle of 271.41º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994BE0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 75 224 -
CMYK 0.32 0.67 0 0.12
HSL 271.41º 0.71% 0.59% -
HSV(B) 271.41º 0.67% 0.88% -
XYZ 29.11 17.19 72.3 -
YUV 115.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 153 75 224 0.32 0.67 0 0.12 271.41 0.71 0.59
Hex 99 4B E0 20 43 0 C 10F 47 3B
Octal 231 113 340 40 103 0 14 417 107 73
Binary 10011001 1001011 11100000 100000 1000011 0 1100 100001111 1000111 111011

Color Harmonies of #994BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BE0

Black with #994BE0

Text Example


Text Example

White with #994BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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