Html Css Color HEX #996FD1 Amethyst

📋 copy color: '#996FD1'

red 153 ◦ green 111 ◦ blue 209

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

Shades of Amethyst #996FD1

Tints of Amethyst #996FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.47%

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

R = 32.35%
G = 23.47%
B = 44.19%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#996FD1 (or 0x996FD1) is known color: Amethyst. HEX triplet: 99, 6F and D1. RGB value is (153,111,209). Sum of RGB (Red+Green+Blue) = 153+111+209=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #996FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FD1 is #66902E. Grayscale: #868686. Windows color (decimal): -6721583 or 13725593. OLE color: 13725593.

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

Color convert

RGB 153 111 209 -
CMYK 0.27 0.47 0 0.18
HSL 265.71º 0.52% 0.63% -
HSV(B) 265.71º 0.47% 0.82% -
XYZ 30.33 22.74 63.11 -
YUV 134.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 153 111 209 0.27 0.47 0 0.18 265.71 0.52 0.63
Hex 99 6F D1 1B 2F 0 12 10A 34 3F
Octal 231 157 321 33 57 0 22 412 64 77
Binary 10011001 1101111 11010001 11011 101111 0 10010 100001010 110100 111111

Color Harmonies of #996FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FD1

Black with #996FD1

Text Example


Text Example

White with #996FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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