Html Css Color HEX #996ED0 Amethyst

📋 copy color: '#996ED0'

red 153 ◦ green 110 ◦ blue 208

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

Shades of Amethyst #996ED0

Tints of Amethyst #996ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.35%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 32.48%
G = 23.35%
B = 44.16%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#996ED0 (or 0x996ED0) is known color: Amethyst. HEX triplet: 99, 6E and D0. RGB value is (153,110,208). Sum of RGB (Red+Green+Blue) = 153+110+208=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #996ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ED0 is #66912F. Grayscale: #858585. Windows color (decimal): -6721840 or 13659801. OLE color: 13659801.

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

Color convert

RGB 153 110 208 -
CMYK 0.26 0.47 0 0.18
HSL 266.33º 0.51% 0.62% -
HSV(B) 266.33º 0.47% 0.82% -
XYZ 30.1 22.48 62.43 -
YUV 134.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 153 110 208 0.26 0.47 0 0.18 266.33 0.51 0.62
Hex 99 6E D0 1A 2F 0 12 10A 33 3E
Octal 231 156 320 32 57 0 22 412 63 76
Binary 10011001 1101110 11010000 11010 101111 0 10010 100001010 110011 111110

Color Harmonies of #996ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996ED0

Black with #996ED0

Text Example


Text Example

White with #996ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,208); }

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

background-color css

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

 a { background-color: rgb(153,110,208); }

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

border-color css

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

 span { border-color: rgb(153,110,208); }

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