Html Css Color HEX #996DCF Amethyst

📋 copy color: '#996DCF'

red 153 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #996DCF

Tints of Amethyst #996DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.24%

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

R = 32.62%
G = 23.24%
B = 44.14%

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

#996DCF (or 0x996DCF) is known color: Amethyst. HEX triplet: 99, 6D and CF. RGB value is (153,109,207). Sum of RGB (Red+Green+Blue) = 153+109+207=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #996DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DCF is #669230. Grayscale: #848484. Windows color (decimal): -6722097 or 13594009. OLE color: 13594009.

HSL color Cylindrical-coordinate representation of color #996DCF: hue angle of 266.94º degrees, saturation: 0.51, 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 #996DCF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 109 207 -
CMYK 0.26 0.47 0 0.19
HSL 266.94º 0.51% 0.62% -
HSV(B) 266.94º 0.47% 0.81% -
XYZ 29.87 22.21 61.75 -
YUV 133.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 153 109 207 0.26 0.47 0 0.19 266.94 0.51 0.62
Hex 99 6D CF 1A 2F 0 13 10B 33 3E
Octal 231 155 317 32 57 0 23 413 63 76
Binary 10011001 1101101 11001111 11010 101111 0 10011 100001011 110011 111110

Color Harmonies of #996DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DCF

Black with #996DCF

Text Example


Text Example

White with #996DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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