Html Css Color HEX #994BE2 Amethyst

📋 copy color: '#994BE2'

red 153 ◦ green 75 ◦ blue 226

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

Shades of Amethyst #994BE2

Tints of Amethyst #994BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.78%

R = 33.7%
G = 16.52%
B = 49.78%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#994BE2 (or 0x994BE2) is known color: Amethyst. HEX triplet: 99, 4B and E2. RGB value is (153,75,226). Sum of RGB (Red+Green+Blue) = 153+75+226=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #994BE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BE2 is #66B41D. Grayscale: #737373. Windows color (decimal): -6730782 or 14830489. OLE color: 14830489.

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

Color convert

RGB 153 75 226 -
CMYK 0.32 0.67 0 0.11
HSL 270.99º 0.72% 0.59% -
HSV(B) 270.99º 0.67% 0.89% -
XYZ 29.38 17.3 73.74 -
YUV 115.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 153 75 226 0.32 0.67 0 0.11 270.99 0.72 0.59
Hex 99 4B E2 20 43 0 B 10F 48 3B
Octal 231 113 342 40 103 0 13 417 110 73
Binary 10011001 1001011 11100010 100000 1000011 0 1011 100001111 1001000 111011

Color Harmonies of #994BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BE2

Black with #994BE2

Text Example


Text Example

White with #994BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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