Html Css Color HEX #996AD1 Amethyst

📋 copy color: '#996AD1'

red 153 ◦ green 106 ◦ blue 209

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

Shades of Amethyst #996AD1

Tints of Amethyst #996AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.65%

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 32.69%
G = 22.65%
B = 44.66%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#996AD1 (or 0x996AD1) is known color: Amethyst. HEX triplet: 99, 6A and D1. RGB value is (153,106,209). Sum of RGB (Red+Green+Blue) = 153+106+209=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #996AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AD1 is #66952E. Grayscale: #838383. Windows color (decimal): -6722863 or 13724313. OLE color: 13724313.

HSL color Cylindrical-coordinate representation of color #996AD1: hue angle of 267.38º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #996AD1 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 106 209 -
CMYK 0.27 0.49 0 0.18
HSL 267.38º 0.53% 0.62% -
HSV(B) 267.38º 0.49% 0.82% -
XYZ 29.8 21.68 62.94 -
YUV 131.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 153 106 209 0.27 0.49 0 0.18 267.38 0.53 0.62
Hex 99 6A D1 1B 31 0 12 10B 35 3E
Octal 231 152 321 33 61 0 22 413 65 76
Binary 10011001 1101010 11010001 11011 110001 0 10010 100001011 110101 111110

Color Harmonies of #996AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AD1

Black with #996AD1

Text Example


Text Example

White with #996AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996AD1; }

 p { color: rgb(153,106,209); }

 H1.HeaderClassName
 {
   color: #996AD1;
 }
 .AnyTagClassName
 {
   color: #996AD1;
 }
</style>

background-color css

<style>
 a { background-color: #996AD1; }

 a { background-color: rgb(153,106,209); }

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

border-color css

<style>
 span { border-color: #996AD1; }

 span { border-color: rgb(153,106,209); }

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