Html Css Color HEX #996ECF Amethyst

📋 copy color: '#996ECF'

red 153 ◦ green 110 ◦ blue 207

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

Shades of Amethyst #996ECF

Tints of Amethyst #996ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 32.55%
G = 23.4%
B = 44.04%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#996ECF (or 0x996ECF) is known color: Amethyst. HEX triplet: 99, 6E and CF. RGB value is (153,110,207). Sum of RGB (Red+Green+Blue) = 153+110+207=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #996ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ECF is #669130. Grayscale: #858585. Windows color (decimal): -6721841 or 13594265. OLE color: 13594265.

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

Color convert

RGB 153 110 207 -
CMYK 0.26 0.47 0 0.19
HSL 266.6º 0.5% 0.62% -
HSV(B) 266.6º 0.47% 0.81% -
XYZ 29.98 22.43 61.78 -
YUV 133.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 153 110 207 0.26 0.47 0 0.19 266.6 0.5 0.62
Hex 99 6E CF 1A 2F 0 13 10B 32 3E
Octal 231 156 317 32 57 0 23 413 62 76
Binary 10011001 1101110 11001111 11010 101111 0 10011 100001011 110010 111110

Color Harmonies of #996ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996ECF

Black with #996ECF

Text Example


Text Example

White with #996ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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