Html Css Color HEX #994BDD Amethyst

📋 copy color: '#994BDD'

red 153 ◦ green 75 ◦ blue 221

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

Shades of Amethyst #994BDD

Tints of Amethyst #994BDD

RGB

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

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

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

R = 34.08%
G = 16.7%
B = 49.22%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#994BDD (or 0x994BDD) is known color: Amethyst. HEX triplet: 99, 4B and DD. RGB value is (153,75,221). Sum of RGB (Red+Green+Blue) = 153+75+221=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #994BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BDD is #66B422. Grayscale: #727272. Windows color (decimal): -6730787 or 14502809. OLE color: 14502809.

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

Color convert

RGB 153 75 221 -
CMYK 0.31 0.66 0 0.13
HSL 272.05º 0.68% 0.58% -
HSV(B) 272.05º 0.66% 0.87% -
XYZ 28.7 17.02 70.18 -
YUV 114.97 187.84 155.13 -
System Red Green Blue C M Y K H S L
Decimal 153 75 221 0.31 0.66 0 0.13 272.05 0.68 0.58
Hex 99 4B DD 1F 42 0 D 110 44 3A
Octal 231 113 335 37 102 0 15 420 104 72
Binary 10011001 1001011 11011101 11111 1000010 0 1101 100010000 1000100 111010

Color Harmonies of #994BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BDD

Black with #994BDD

Text Example


Text Example

White with #994BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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