Html Css Color HEX #994FDD Amethyst

📋 copy color: '#994FDD'

red 153 ◦ green 79 ◦ blue 221

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

Shades of Amethyst #994FDD

Tints of Amethyst #994FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.44%

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 33.77%
G = 17.44%
B = 48.79%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#994FDD (or 0x994FDD) is known color: Amethyst. HEX triplet: 99, 4F and DD. RGB value is (153,79,221). Sum of RGB (Red+Green+Blue) = 153+79+221=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #994FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FDD is #66B022. Grayscale: #747474. Windows color (decimal): -6729763 or 14503833. OLE color: 14503833.

HSL color Cylindrical-coordinate representation of color #994FDD: hue angle of 271.27º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994FDD is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 79 221 -
CMYK 0.31 0.64 0 0.13
HSL 271.27º 0.68% 0.59% -
HSV(B) 271.27º 0.64% 0.87% -
XYZ 28.98 17.58 70.27 -
YUV 117.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 153 79 221 0.31 0.64 0 0.13 271.27 0.68 0.59
Hex 99 4F DD 1F 40 0 D 10F 44 3B
Octal 231 117 335 37 100 0 15 417 104 73
Binary 10011001 1001111 11011101 11111 1000000 0 1101 100001111 1000100 111011

Color Harmonies of #994FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FDD

Black with #994FDD

Text Example


Text Example

White with #994FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,79,221); }

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

background-color css

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

 a { background-color: rgb(153,79,221); }

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

border-color css

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

 span { border-color: rgb(153,79,221); }

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